필터 지우기
필터 지우기

HDL IFFT optimize latency

조회 수: 1 (최근 30일)
sameer al-obaidi
sameer al-obaidi 2015년 12월 5일
댓글: Bharath Venkataraman 2016년 1월 5일
Hi; I used Optimize HDL IFFT but i have latency delay in the output which a lot of zero i think it is the like a time delay of real time processing. My question is how can i remove this zero in the output

채택된 답변

Bharath Venkataraman
Bharath Venkataraman 2015년 12월 7일
편집: Bharath Venkataraman 2015년 12월 7일
The latency indicates the real-life behavior of the system on an FPGA or ASIC. To look at the data only when it is valid, use the valid output of the block and look at the data only when the validOut is high.
  댓글 수: 4
sameer al-obaidi
sameer al-obaidi 2015년 12월 22일
How can implement pre-compute data. I try to store in workspace and import after that but HDL coder not support import data. please, can I implemented by other methods.
Bharath Venkataraman
Bharath Venkataraman 2016년 1월 5일
For your purposes, I believe you should take the output of the IFFT, and send it to a To Workspace block along with the validOut. In MATLAB, you can look at the data for all the indices which have validOut high. If the To Workspace output variables are dataOut and validOut, dataOut(validOut) -> should give you all the data when validOut is high.

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by