代码搜索:modulated

找到约 1,436 项符合「modulated」的源代码

代码结果 1,436
www.eeworm.com/read/306478/13744550

m dsb1.m

% dsb1.m % Matlab demonstration script for DSB-AM modulation. 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/306478/13744566

m am.m

% am.m % Matlab demonstration script for DSB-AM modulation. 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/306478/13744612

m ip_03_01.m

% MATLAB script for Illustrative Problem 3.1. % Demonstration script for DSB-AM. The message signal is % +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. clear echo on t0=.15;
www.eeworm.com/read/306478/13744616

m am_dem.m

% am-dem.m % Matlab demonstration script for envelope detection. 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/306478/13744622

m ip_03_03.m

% MATLAB script for Illustrative Problem 3.3. % Demonstration script for DSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. clear echo on
www.eeworm.com/read/306478/13744626

m lssb.m

% lssb.m % Matlab demonstration script for LSSB-AM modulation. 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/306478/13744628

m dsb2.m

% dsb2.m % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001; % sampling interval fc=250; % ca
www.eeworm.com/read/306478/13744632

m fm2.m

% fm2.m % Matlab demonstration script for frequency modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001;
www.eeworm.com/read/306478/13744671

m ip_03_04.m

% MATLAB script for Illustrative Problem 3.4. % Demonstration script for LSSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. clear echo o
www.eeworm.com/read/306478/13744673

m ip_03_02.m

% MATLAB script for Illustrative Problem 3.2. % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). clear echo on t0=.2; % signal du