Implementation of FFT in C language_ generated input samples from MATLAB

9 次查看(过去 30 天)
Hii everyone,
I have generated RADAR input signal with length of signal is 1*32768 in MATLAB. Now i want to applay 1-D FFT for 256 samples on input signal in C programming. I dont know how should i proceed next. can anyone please help me regarding this?
I have extreacted 256 samples from input signal in .txt file.
  4 个评论
Jan
Jan 2022-3-7
Then this is a question for a C forum and off-topic here.
Did you search e.g. for "fft C" in the net already? You will find many implementations. The creation of a C-mex wrapper is easy also and Matlab includes some useful examples. Search in the documentation.

请先登录,再进行评论。

回答(1 个)

Benjamin Thompson
MATLAB has support for fftw which is open source from MIT and also available in an open source C library at https://www.fftw.org/.

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by