using bandpass filter on waveform
조회 수: 3 (최근 30일)
이전 댓글 표시
hello,
i am working on zynq706 along with fmcomms3 module. i want to implement bandpass filter on FPGA . There is no such block present which can be used for creating hdl code of bandpass. so if anyone has an idea on how to bandpass a signal that can totally work on FPGA
THANKS
댓글 수: 0
답변 (1개)
Bharath Venkataraman
2022년 2월 2일
You can use the fdesign.bandpass function to design the filter. The resulting FIR or Biquad Filter can be used to generate HDL code either via the appropriate Simulink blocks and HDL Coder, or using Filter Design HDL Coder.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 HDL Code Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!