Click here to Skip to main content
15,897,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Floating point data are stored in a .dat file which is read in the C code and stored in an array. Now, I wanted to perform fft of the data in the array. Could someone help me with the entire C code?

What I have tried:

I've read the .dat file using fopen and stored in the array.
Posted
Updated 19-Sep-17 0:52am
Comments
Patrice T 19-Sep-17 5:42am    
Ask Google

It doesn't quite work like that.
We do not do your work for you.
If you want someone to write your code, you have to pay - I suggest you go to Freelancer.com and ask there.

But be aware: you get what you pay for. Pay peanuts, get monkeys.

The idea of "development" is as the word suggests: "The systematic use of scientific and technical knowledge to meet specific objectives or requirements." BusinessDictionary.com[^]
That's not the same thing as "have a quick google and give up if I can't find exactly the right code".
So either pay someone to do it, or learn how to write it yourself. We aren't here to do it for you.
 
Share this answer
 
You might use a FFT library instead. A well known is FFTW Home Page[^]. You might also have a look at the sources of that library.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900