代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/309003/3708477
m wt04fig16.m
%CAPTION
fprintf('\n');
disp('Figure 4.16')
disp('Window 1: Normalized scalogram of the linear chirp signal shown')
disp('in Figure 4.13.')
disp('Window 2: Ridges calculated from the scalogram.')
www.eeworm.com/read/309003/3708483
asv wt04fig16.asv
%CAPTION
fprintf('\n');
disp('Figure 4.16')
disp('Window 1: Normalized scalogram of the linear chirp signal shown')
disp('in Figure 4.13.')
disp('Window 2: Ridges calculated from the scalogram.')
www.eeworm.com/read/281827/4112425
hh nystrom.hh
#ifndef __nystrom_h__
#define __nystrom_h__
//given A and B, computes normalized A and B.
//return shoud be preallocated
void approxNormalize(const double* A, const double* B, const int nsamples,
www.eeworm.com/read/427864/1964804
m wt04fig17.m
%CAPTION
fprintf('\n');
disp('Figure 4.17')
disp('Window 1: Normalized scalogram of a hyperbolic chirp signal shown')
disp('in Figure 4.14.')
disp('Window 2: Ridges calculated from the scalogram.
www.eeworm.com/read/427864/1964813
m wt04fig16.m
%CAPTION
fprintf('\n');
disp('Figure 4.16')
disp('Window 1: Normalized scalogram of the linear chirp signal shown')
disp('in Figure 4.13.')
disp('Window 2: Ridges calculated from the scalogram.')
www.eeworm.com/read/427864/1964819
asv wt04fig16.asv
%CAPTION
fprintf('\n');
disp('Figure 4.16')
disp('Window 1: Normalized scalogram of the linear chirp signal shown')
disp('in Figure 4.13.')
disp('Window 2: Ridges calculated from the scalogram.')
www.eeworm.com/read/384673/2598543
m wt04fig17.m
%CAPTION
fprintf('\n');
disp('Figure 4.17')
disp('Window 1: Normalized scalogram of a hyperbolic chirp signal shown')
disp('in Figure 4.14.')
disp('Window 2: Ridges calculated from the scalogram.
www.eeworm.com/read/384673/2598552
m wt04fig16.m
%CAPTION
fprintf('\n');
disp('Figure 4.16')
disp('Window 1: Normalized scalogram of the linear chirp signal shown')
disp('in Figure 4.13.')
disp('Window 2: Ridges calculated from the scalogram.')
www.eeworm.com/read/384673/2598558
asv wt04fig16.asv
%CAPTION
fprintf('\n');
disp('Figure 4.16')
disp('Window 1: Normalized scalogram of the linear chirp signal shown')
disp('in Figure 4.13.')
disp('Window 2: Ridges calculated from the scalogram.')
www.eeworm.com/read/371704/2779151
m s_normalize.m
function seismic=s_normalize(seismic,varargin)
% Function normalized seismic traces
% Written by: E. R.: December 5, 2004
% Last updated:
%
% seismic=s_normalize(seismic,varargin)
%