photo

Abinaya


Last seen: alrededor de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
DSB SC DEMODULATION in matlab
if true % code end

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0