![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29743455_1680514810452_DEF.jpg)
Abinaya
Followers: 0 Following: 0
Feeds
답변 있음
DSB SC DEMODULATION in matlab
Clc; Clear all; Close all; t=0: .001:1; fm=5; fc=50; m=(1/2*sin(2*pi*fm*t)); subplot(6,1,1); Plot(m); title('message si...
DSB SC DEMODULATION in matlab
Clc; Clear all; Close all; t=0: .001:1; fm=5; fc=50; m=(1/2*sin(2*pi*fm*t)); subplot(6,1,1); Plot(m); title('message si...
거의 2년 전 | 0
답변 있음
DSB SC DEMODULATION in matlab
t = 0:0.001:5; fH = 15; fL = 2; Ah=5; Al=10; xH = Ah*sin(2*pi*fH.*t); xL = Al*sin(2*pi*fL.*t); % Modulation y = xL.*x...
DSB SC DEMODULATION in matlab
t = 0:0.001:5; fH = 15; fL = 2; Ah=5; Al=10; xH = Ah*sin(2*pi*fH.*t); xL = Al*sin(2*pi*fL.*t); % Modulation y = xL.*x...
거의 2년 전 | 0
답변 있음
DSB SC DEMODULATION in matlab
t = 0:0.001:5; fH = 15; fL = 2; Ah=5; Al=10; xH = Ah*sin(2*pi*fH.*t); xL = Al*sin(2*pi*fL.*t); % Modulation y = xL.*x...
DSB SC DEMODULATION in matlab
t = 0:0.001:5; fH = 15; fL = 2; Ah=5; Al=10; xH = Ah*sin(2*pi*fH.*t); xL = Al*sin(2*pi*fL.*t); % Modulation y = xL.*x...
거의 2년 전 | 0