代码搜索:modulated

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

代码结果 1,436
www.eeworm.com/read/301588/13855678

asv exa110.asv

%exa110_exponent_modulate_sine_fun_c.m for example 1-10 %exponent modulated sine function指数调制正弦信号 clear all; t=0:0.001:2.5; A=1; a=0.5; f=5; fai=1; u1=A*exp(a*t); u2=sin(2*pi*f*t+fai); u12=u
www.eeworm.com/read/216263/15022405

m exa1_10.m

% exa1-10_exponent_modulate_sine_fun_c.m for example 1-10 % exponent modulated sine function clear all; t=0:0.001:2.5; A=3; a=0.5; f=5; fai=1; u1=A*exp(a*t); u2=sin(2*pi*f*t+fai); u12=u1.*
www.eeworm.com/read/379858/9173924

m gsm_mod.m

function [ tx_burst , I , Q ] = gsm_mod(Tb,OSR,BT,tx_data,TRAINING) % GSM_MOD: This MatLab code generates a GSM normal burst by % combining tail, ctrl, and training sequence bits with %
www.eeworm.com/read/164484/10105836

v sinlup.v

/******************************************************************************* ** c : CelLogic, 1996 ** ** The information contained herein is proprietary of CelLogic. ** Any r
www.eeworm.com/read/352728/10521190

v sinlup.v

/******************************************************************************* ** c : CelLogic, 1996 ** ** The information contained herein is proprietary of CelLogic. ** Any r
www.eeworm.com/read/146130/12668025

v sinlup.v

/******************************************************************************* ** c : CelLogic, 1996 ** ** The information contained herein is proprietary of CelLogic. ** Any r
www.eeworm.com/read/140986/13048918

v sinlup.v

/******************************************************************************* ** c : CelLogic, 1996 ** ** The information contained herein is proprietary of CelLogic. ** Any r
www.eeworm.com/read/327534/13073459

m am.m

clear; clf; t=0:pi/10:40*pi; Carrier=sin(t); Mod_Sig=sin(t/20); Dsb_am=Carrier.*(1+Mod_Sig); plot(t,Carrier,t,Mod_Sig,t,Dsb_am); title('Plot of carrier modulated by sinewave (dsb-am)');
www.eeworm.com/read/327533/13073462

m am.m

clear; clf; t=0:pi/10:40*pi; Carrier=sin(t); Mod_Sig=sin(t/20); Dsb_am=Carrier.*(1+Mod_Sig); plot(t,Carrier,t,Mod_Sig,t,Dsb_am); title('Plot of carrier modulated by sinewave (dsb-am)');
www.eeworm.com/read/241388/13147875

v sinlup.v

/******************************************************************************* ** c : CelLogic, 1996 ** ** The information contained herein is proprietary of CelLogic. ** Any r