photo

Abinaya


Last seen: 1 year 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
DSB SC DEMODULATION in matlab
if true % code end

1 year 前 | 0

已回答
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...

1 year 前 | 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...

1 year 前 | 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...

1 year 前 | 0