Forum Discussion
Altera_Forum
Honored Contributor
15 years agofft code in c
hello everyone, I am working on speech recognition projet using nios 2. I need simple fft code in c to run on the nios. did anyone know where can i found one?
Altera_Forum
Honored Contributor
15 years agoIf you haven't found one yet, one way is to use matlab to generate C.
write your fft in matlab (one statement). then use mcc tool in Matlab to get C or C++ or exe. mcc = Matlab c compiler but may need its own licence