代码搜索:modulated

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

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

m am_mod.m

function u=am_mod(a,m,ts,fc) % u=am_mod(a,m,ts,fc) %AM_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the AM modulated % signal. "a" is the modu
www.eeworm.com/read/303558/13812514

m am_mod.m

function u=am_mod(a,m,ts,fc) % u=am_mod(a,m,ts,fc) %AM_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the AM modulated % signal. "a" is the modu
www.eeworm.com/read/488463/6487327

m am_mod.m

function u=am_mod(a,m,ts,fc) % u=am_mod(a,m,ts,fc) %AM_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the AM modulated % signal. "a" is the modu
www.eeworm.com/read/482677/6620902

m mdsb.m

%显示模拟调制的波形及解调方法DSB %信源 close all; clear all; dt = 0.001; %时间采样间隔 fm=1; %信源最高频率 fc=10; %载波中心频率 T=5; %信号时长 t = 0:dt:T; mt = sqrt(
www.eeworm.com/read/482677/6620938

m mam1.m

%显示模拟调制的波形及解调方法AM %信源 close all; clear all; dt = 0.001; %时间采样间隔 fm=1; %信源最高频率 fc=10; %载波中心频率 T=5; %信号时长 t = 0:dt:T; mt = sqrt(2
www.eeworm.com/read/479760/6687108

m ds_mod.m

%************************************************************************************* % This function does the DS-SS modulation % % AUTHOR: Wenbin Luo % DATE : 04/28/01 % %
www.eeworm.com/read/479760/6687117

m ds_demod.m

%************************************************************************************* % This function does the DS-SS modulation % % AUTHOR: Wenbin Luo % DATE : 04/28/01 % %
www.eeworm.com/read/476907/6754276

m am_mod.m

function u=am_mod(a,m,ts,fc) % u=am_mod(a,m,ts,fc) %AM_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the AM modulated % signal. "a" is the modu
www.eeworm.com/read/158463/11613264

m am_mod.m

function u=am_mod(a,m,ts,fc) % u=am_mod(a,m,ts,fc) %AM_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the AM modulated % signal. "a" is the modulation index. % and
www.eeworm.com/read/154996/11907526

m ds_mod.m

%************************************************************************************* % This function does the DS-SS modulation % % AUTHOR: Wenbin Luo % DATE : 04/28/01 % %