how can i demodulate an FM signal without using any function?
17 次查看(过去 30 天)
显示 更早的评论
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
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 HDL Coder 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!