How to switch to visualize the output of FFT HDL Optimized in the frequency domain ?

조회 수: 1 (최근 30일)
So i just implemented the FFT HDL Optimized and a peak finder with index in Simulink in order to generate HDL code.
When i simulated the model in Vivado, the peaks were detected and it went great, but the indices of the peaks were obviously not in Hz (not in the frequency domain). How do i transform the indices of the peaks to the frequency domain ? or how do i view it in the frequency domain ?

답변 (1개)

Bharath Venkataraman
Bharath Venkataraman 2021년 8월 30일
If you did this in Simulink, you can send the output of the Simulink subsystem to the Spectrum Analyzer and do the analysis there.
Otherwise, you can capture the output from Vivado and then process it in MATLAB (again, using the Spectrum Analyzer).
  댓글 수: 1
Youssef Abdelsalam
Youssef Abdelsalam 2021년 8월 31일
Yeah but the thing is, this needs to be implemented on an FPGA, i know there is an FPGA datacapture , but its not live, so how do i do it. isnt there some kind of formula if i know which index the peak is at, i could calculate the frequency interval where this peak is ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by