Radar FFT processing

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Radar FFT processing

2,556 次查看
olivierdoare
NXP Employee
NXP Employee

What is the number of points used to perform the range_FFT the doppler_FFT and the reason why you need this number of points

regards,

Olivier

0 项奖励
回复
1 回复

2,109 次查看
iulianbulancea
NXP Employee
NXP Employee

Hi Olivier,

In the example shown Accelerate the Discrete Fourier Transform with NXP SPT  the number of points used for Range FFT is M=512 and for Doppler FFT is N=256, which means that one frame has N=256 chirps, and each chirp has M=512 samples.

In order to perform the FFT algorithm, the number of points (M and N) must be a power of 2. In general, the larger number the better the resolution.

Regards,

Iulian

0 项奖励
回复