代码搜索:Realization

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

代码结果 607
www.eeworm.com/read/170938/5402556

m wt10fig15.m

% CAPTION fprintf('\n'); disp('Figure 10.15') disp('Left: Log power spectrum of a stationary process.') disp('Middle: Log periodogram computed from P= 1 realization.') disp('Right: Regularized es
www.eeworm.com/read/309003/3708442

m wt10fig01.m

%CAPTION : fprintf('\n'); disp('Figure 10.1') disp('Window 1: Realization of a Gaussian process.') disp('Window 2: Noisy signal obtained by adding a Gaussian white noise, with SNR = -0.48db') dis
www.eeworm.com/read/309003/3708445

m wt10fig15.m

% CAPTION fprintf('\n'); disp('Figure 10.15') disp('Left: Log power spectrum of a stationary process.') disp('Middle: Log periodogram computed from P= 1 realization.') disp('Right: Regularized es
www.eeworm.com/read/427864/1964779

m wt10fig01.m

%CAPTION : fprintf('\n'); disp('Figure 10.1') disp('Window 1: Realization of a Gaussian process.') disp('Window 2: Noisy signal obtained by adding a Gaussian white noise, with SNR = -0.48db') dis
www.eeworm.com/read/427864/1964782

m wt10fig15.m

% CAPTION fprintf('\n'); disp('Figure 10.15') disp('Left: Log power spectrum of a stationary process.') disp('Middle: Log periodogram computed from P= 1 realization.') disp('Right: Regularized es
www.eeworm.com/read/403017/2316546

m program_8_4.m

% Program 8_4 % Cascaded Lattice Realization of an % Allpass Transfer Function % format long den = input('Denominator coefficient vector = '); k = poly2rc(den); knew = fliplr(k); disp('The lat
www.eeworm.com/read/384673/2598518

m wt10fig01.m

%CAPTION : fprintf('\n'); disp('Figure 10.1') disp('Window 1: Realization of a Gaussian process.') disp('Window 2: Noisy signal obtained by adding a Gaussian white noise, with SNR = -0.48db') dis
www.eeworm.com/read/384673/2598521

m wt10fig15.m

% CAPTION fprintf('\n'); disp('Figure 10.15') disp('Left: Log power spectrum of a stationary process.') disp('Middle: Log periodogram computed from P= 1 realization.') disp('Right: Regularized es
www.eeworm.com/read/104920/15681468

cpp shmobjqueue.cpp

/* * this file provide obj queue in share memory realization * composed by antony * 2003-3-17 * copyright reserved */ /* *m_ppObjLast modified 2003-3-18 *still need to add code to m
www.eeworm.com/read/388370/8612492

m casfiltr.m

function y = casfiltr(b0,B,A,x); % CASCADE form realization of IIR and FIR filters % ----------------------------------------------- % y = casfiltr(b0,B,A,x); % y = output sequence % b0 = gain c