代码搜索:Realization
找到约 607 项符合「Realization」的源代码
代码结果 607
www.eeworm.com/read/439446/7708630
m p2_6.m
% Program P2_6
% Cascade Realization
clf;
x = [1 zeros(1,40)]; % Generate the input
n = 0:40;
% Coefficients of 4th order system
den = [1 1.6 2.28 1.325 0.68];
num = [0.06 -0.19 0.27 -0.26 0.12
www.eeworm.com/read/439446/7708725
m p2_6.m
% Program P2_6
% Cascade Realization
clf;
x = [1 zeros(1,40)]; % Generate the input
n = 0:40;
% Coefficients of 4th order system
den = [1 1.6 2.28 1.325 0.68];
num = [0.06 -0.19 0.27 -0.26 0.12];
% Co
www.eeworm.com/read/439364/7711459
m cp0801_gnoise2.m
%
% FUNCTION 8.3 : "cp0801_Gnoise2"
%
% Introduces additive white Gaussian noise over signal
% 'input'.
% Vector 'exno' contains the target values of Ex/No (in dB)
% 'numpulses' is the number of
www.eeworm.com/read/439362/7711572
m cp0801_gnoise1.m
%
% FUNCTION 8.2 : "cp0801_Gnoise1"
%
% Introduces additive white Gaussian noise over signal
% 'input'.
% Vector 'ebno' contains the target values of Eb/No (in dB)
% 'numbits' is the number of
www.eeworm.com/read/197565/7985901
m cp0801_gnoise1.m
%
% FUNCTION 8.2 : "cp0801_Gnoise1"
%
% Introduces additive white Gaussian noise over signal
% 'input'.
% Vector 'ebno' contains the target values of Eb/No (in dB)
% 'numbits' is the number of
www.eeworm.com/read/197565/7985906
m cp0801_gnoise2.m
%
% FUNCTION 8.3 : "cp0801_Gnoise2"
%
% Introduces additive white Gaussian noise over signal
% 'input'.
% Vector 'exno' contains the target values of Ex/No (in dB)
% 'numpulses' is the number of
www.eeworm.com/read/240990/13180506
m cp0801_gnoise1.m
%
% FUNCTION 8.2 : "cp0801_Gnoise1"
%
% Introduces additive white Gaussian noise over signal
% 'input'.
% Vector 'ebno' contains the target values of Eb/No (in dB)
% 'numbits' is the number of
www.eeworm.com/read/240990/13180513
m cp0801_gnoise2.m
%
% FUNCTION 8.3 : "cp0801_Gnoise2"
%
% Introduces additive white Gaussian noise over signal
% 'input'.
% Vector 'exno' contains the target values of Ex/No (in dB)
% 'numpulses' is the number of
www.eeworm.com/read/490882/6445098
m cp0801_gnoise2.m
%
% FUNCTION 8.3 : "cp0801_Gnoise2"
%
% Introduces additive white Gaussian noise over signal
% 'input'.
% Vector 'exno' contains the target values of Ex/No (in dB)
% 'numpulses' is the number of
www.eeworm.com/read/488269/6491121
m p2_6.m
% Program P2_6 modified
% Cascade Realization
clf;
x = [1 zeros(1,40)]; % Generate the input
n = 0:40;
% Coefficients of 4th order system
den = [1 1.6 2.28 1.325 0.68];
num = [0.06 -0.19 0.27 -