代码搜索:modulated

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

代码结果 1,436
www.eeworm.com/read/158463/11613256

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; % si
www.eeworm.com/read/158463/11613260

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/154760/11928668

m demodsig.m

function xd =demodsig(ty,x,c,k) %DEMODSIG Demodulates AM, FM and PM signals % % xd=DEMODSIG(ty,x,c,k) Demodulates the modulated signal in x % ty='am','fm' or 'pm' x=modulated signal, xm = message
www.eeworm.com/read/339574/12224594

m psk_gen.m

function [Msymb,Sset]=psk_gen(Mary,symb) % %Routine used to generate an unnormalizd psk symbol set %mary is the Mary of the PSK set, eg Mary = 4 for QPSK set %symb is the index of the symbol, rang
www.eeworm.com/read/252197/12293762

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/252197/12293815

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/252197/12293935

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/252197/12293946

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/252197/12293957

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/252197/12293966

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;