代码搜索:demodulation

找到约 758 项符合「demodulation」的源代码

代码结果 758
www.eeworm.com/read/216045/15028916

m lssb_dem.m

% lssb_dem.m % Matlab demonstration script for LSSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/213940/15121967

m lssb_dem.m

% lssb_dem.m % Matlab demonstration script for LSSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/213940/15121978

m ip_03_05.m

% MATLAB script for Illustrative Problem 3.5. % Demonstration script for DSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. echo on t0=.
www.eeworm.com/read/213940/15121979

m dsb_dem.m

% dsb_dem.m % Matlab demonstration script for DSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/210155/15205856

m lssb_dem.m

% lssb_dem.m % Matlab demonstration script for LSSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/210155/15205867

m ip_03_05.m

% MATLAB script for Illustrative Problem 3.5. % Demonstration script for DSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. echo on t0=.
www.eeworm.com/read/210155/15205868

m dsb_dem.m

% dsb_dem.m % Matlab demonstration script for DSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/299916/3849594

m dsb_dem.m

% dsb_dem.m % Matlab demonstration script for DSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/299916/3849601

m lssb_dem.m

% lssb_dem.m % Matlab demonstration script for LSSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/430037/1942783

m pr7_31.m

%Problem 7.31 %Simulation of DS SS modulation-demodulation; close all; clear all; f0=2; Tc=50; %carrier frequency and chip durration; S=[1 1 1 -1 -1 1 -1]; N=length(S); Sov=kron(ones(1,4),kron(S