필터 지우기
필터 지우기

how can i demodulate an FM signal without using any function?

조회 수: 6 (최근 30일)
Achu m k
Achu m k 2013년 5월 6일
답변: Kiran Kintali 2021년 5월 1일
I want to write matlab code to demodulate FM signal without using any built in or other function. ie without using fmdemod or atan or hilbert. If i get such a code I can convert it into the corresponding VHDL code using HDL coder.

답변 (1개)

Kiran Kintali
Kiran Kintali 2021년 5월 1일
You can refer to product documentation about MATLAB coding style suitable for HDL Code Generation.
web(fullfile(docroot, 'hdlcoder/hdl-code-generation-from-matlab.html'))
%Refer to product examples for some sample coding styles.
mlhdlc_demo_setup('heq')
% All MATLAB to HDL code samples are located here
cd matlab\toolbox\hdlcoder\hdlcoderdemos\matlabhdlcoderdemos

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by