代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/412809/11182047
m ds_mod.m
%*************************************************************************************
% This function does the DS-SS modulation
%
% AUTHOR: Wenbin Luo
% DATE : 04/28/01
%
%
www.eeworm.com/read/412809/11182050
m ds_demod.m
%*************************************************************************************
% This function does the DS-SS modulation
%
% AUTHOR: Wenbin Luo
% DATE : 04/28/01
%
%
www.eeworm.com/read/147096/12583721
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.
%
www.eeworm.com/read/300562/13905931
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/300086/13936580
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.
%
www.eeworm.com/read/132953/14065438
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/101557/15826417
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.
%
www.eeworm.com/read/390373/8468540
m precode.m
function [x_pre] = precode(Mt, x_mod, V, N);
% [x_pre] = precode(Mt, x_mod, V, N);
%
% Function precodes the modulated symbols prior to sending through the IFFT module. The precoder
% left-multiplies
www.eeworm.com/read/187576/8623307
m pamsignalspectrumcalculation.m
% Calculation of PAM Signal Spectrum
echo on
T=1; % symbol duration
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T;
www.eeworm.com/read/388011/8642295
m pamsignalspectrumcalculation.m
% Calculation of PAM Signal Spectrum
echo on
T=1; % symbol duration
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T;