Xiangyu-Gao / mmWave-radar-signal-processing-and-microDoppler-classification

Codes and template data for paper "Experiments with mmWave Automotive Radar Test-bed"
MIT License
266 stars 63 forks source link

Explanation of 2nd step from Read me File #4

Closed hpaul96 closed 1 month ago

hpaul96 commented 2 years ago
error_fft_range_script Error_microdopller_script

As per file "Read me" in the "Run codes for generating micro-Doppler maps" section. I am getting an error in the 2nd step i.e to run generate_microdoppler_stft.m file.

The error says "Unrecognized function or variable 'hanning'.". the function was found in fft script (in fft modules) there is also the same error showing.

I have pasted a screenshots

Can you help me in resolving the issue?

Xiangyu-Gao commented 2 years ago

"hanning" function belongs to Matlab signal processing toolbox. If your matlab does not have this toolbox, you will get this error.