How to convert floating point filter coeffiecients ( generated from FDA tools) to fixed point without Fixed point toolbox
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi All, I am trying to design a decimator and a FIR filter using FDAtool, but I cant generate COE file for xilinx since I don't have fixed point addon, Is there a way to convert all the filter coefficients to fixed point without having fixed-point tool box, if there is any script or function present?. I can export the coefficient to ASCII files or to the workspace but need those coefficients in fixed point. Please let me know how to do that. Thanks,
댓글 수: 0
채택된 답변
Muthu Annamalai
2015년 8월 4일
편집: Muthu Annamalai
2015년 8월 4일
Did you try the fixed point conversion tool ?
It generates fixed point MATLAB code as intermediate output during generation of fixed point C or HDL Code.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!