代码搜索:realization
找到约 607 项符合「realization」的源代码
代码结果 607
www.eeworm.com/read/286640/8752726
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/286640/8752731
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/186987/8886188
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/359724/10127757
m amp118.m
%Matlab Program 1-18
disp('Create system model')
sys=tf([1 11 36 26],[1 14.6 74.96 153.7 99.65]);
sys=zpk(sys)
disp('A lalanced state - space realization')
[sysb,gram]=balreal(sys);
gram
disp
www.eeworm.com/read/359724/10127758
asv amp118.asv
%Matlab Program 1-18
disp('Create system model')
sys=tf([1 11 36 26],[1 14.6 74.96 153.7 99.65]);
sys=zpk(sys)
disp('A lalanced state - space realization')
[sysb,gram]=balreal(sys);
gram
disp
www.eeworm.com/read/160929/10469593
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/160929/10469951
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/160929/10470355
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/160490/10526841
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/160490/10526860
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