how can i demodulate an FM signal without using any function?
Show older comments
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 Comment
shubham kumar
on 13 Feb 2021
aam khao guthli mt gino
Answers (1)
Kiran Kintali
on 1 May 2021
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
Categories
Find more on PHY Components in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!