代码搜索:modulated

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

代码结果 1,436
www.eeworm.com/read/312536/13609945

v sinlup.v

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

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/481895/6632123

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/478889/6707075

v sinlup.v

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

v sinlup.v

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

m decoder.m

%% Reception of the modulated QPSK signal %% Description function [user_info_recv ]=decoder(amp_estimate,index); global Fs Fc Ts Nsamp Tb pn_seqI pn_seqQ t SG amp_est %** Note that amp_es
www.eeworm.com/read/301588/13855676

m exa110.m

%exa110_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=cos(2*pi*f*t-fai); u12=u
www.eeworm.com/read/291752/8398232

cpp fsk_sim_bp.cpp

// // File = fsk_sim_bp.cpp // #define SIM_NAME "FskSim_Bp\0" #define SIM_TITLE "Bandpass Simulation of FSK\0" #include "global_stuff.h" #include "fsk_theory.h" #include "gausrand.h" #
www.eeworm.com/read/291752/8398241

cpp clock_recov_sim.cpp

// // File = clock_recov_sim.cpp // #define SIM_NAME "ClockRecov\0" #define SIM_TITLE "Simulation of Clock Recovery Loop\0" #include "global_stuff.h" #include "bitgen.h" #include "bitwa
www.eeworm.com/read/291752/8398248

cpp linear_pll_sim.cpp

// // File = sqr_loop_sim_bp.cpp // #define SIM_NAME "LinearPLL\0" #define SIM_TITLE "Simulation of Linear PLL\0" #include "global_stuff.h" #include "qpsk_theory.h" #include "bitgen.h"