필터 지우기
필터 지우기

FM demodulation technique other than fmdemod?

조회 수: 4 (최근 30일)
qusay hawari
qusay hawari 2015년 1월 17일
편집: Geoff Hayes 2015년 1월 17일
Fs = 5000; % Sampling rate of signal
Fc = 500; % Carrier frequency
t = [0:Fs-1]'/Fs; % Sampling times
m = cos(2*pi*20*t);
kf = 10;
theta = 2*pi*Fc*t + 2*pi*kf*cumsum(m);
FM = cos(theta);
subplot(2,1,1);
plot(t,FM);
i modulated the signal, but i need some help with demodulating it without using fmmod or fmdemod, any suggestions?

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by