代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/395437/8173096
m ds_mod.m
%% 用来实现直扩系统的基带调制
%**********************************************************
% This function does the DS-SS modulation
% AUTHOR: Wenbin Luo
% DATE : 04/28/01
%% SYNOPSIS: y
www.eeworm.com/read/395437/8173100
m ds_demod.m
%%% 用来实现直扩基带解调
%********************************************************
% This function does the DS-SS modulation
%% AUTHOR: Wenbin Luo
% DATE : 04/28/01
%% SYNOPSIS: x = ds
www.eeworm.com/read/294646/8213419
m ds_mod.m
%*************************************************************************************
% This function does the DS-SS modulation
%
% AUTHOR: Wenbin Luo
% DATE : 04/28/01
%
%
www.eeworm.com/read/294646/8213424
m ds_demod.m
%*************************************************************************************
% This function does the DS-SS modulation
%
% AUTHOR: Wenbin Luo
% DATE : 04/28/01
%
%
www.eeworm.com/read/173140/9671046
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/171239/9765044
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/171050/9774268
m ds_mod.m
%*************************************************************************************
% This function does the DS-SS modulation
%
% AUTHOR: Wenbin Luo
% DATE : 04/28/01
%
%
www.eeworm.com/read/171050/9774283
m ds_demod.m
%*************************************************************************************
% This function does the DS-SS modulation
%
% AUTHOR: Wenbin Luo
% DATE : 04/28/01
%
%
www.eeworm.com/read/414455/11111266
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/268231/11149101
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