Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

FFT on dsPIC33FJ64MC802

Status
Not open for further replies.
The Microchip C30 compiler comes with a dsp library.
If you look in 'dsp.h' you will find a lot of fft function prototypes that you might be able to use?
 

I have done the fft on this processor on CCS compiler.
you can use the code from here
https://www.edaboard.com/threads/195898/

for any help , you can ask me .

whereas if you want to do it on the C30 compiler then it is also a good alternative.
 

Hello!

dear all
I want to impliment 256 points fft on dsPIC33FH64MC802.
I have Microstick Module.

Can anyone help ?

I don't think it's the right way to start.
- Try to find some general purpose fft code
- Compile it on your device
- Input a known signal, for instance a sine wave with an
integer number of periods in your interval so that the result should be
2 peaks and 0s elsewhere.
- If there are errors, then you can come back and describe accurately what happens
so that the other users can help you.

Dora.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top