代码搜索:Realization

找到约 607 项符合「Realization」的源代码

代码结果 607
www.eeworm.com/read/276402/10741667

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/276402/10741674

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/276402/10741763

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/276402/10741768

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/464764/7155604

c linapi.c

#define LINPROT_C /****************************************************************************** * * Copyright (C) 2003 Motorola, Inc. * All Rights Reserved * * Filename: $RCSfi
www.eeworm.com/read/448102/7540193

c linapi.c

#define LINPROT_C /****************************************************************************** * * Copyright (C) 2005 Freescale Semic
www.eeworm.com/read/441609/7668375

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/441609/7668382

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/441609/7668407

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/439446/7708552

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