代码搜索:CMapX
找到约 154 项符合「CMapX」的源代码
代码结果 154
www.eeworm.com/read/336887/12411394
m plotmultispectrum.m
function PlotMultiSpectrum(f,alpha)
% PlotMultiSpectrum -- Display Multifractal Spectrum
% Usage
% PlotMultiSpectrum(f,alpha)
% Inputs
% f vector 1 by nalpha from CalcFracSpectrum
www.eeworm.com/read/170938/5402475
m wt08fig02.m
% CAPTION :
fprintf('\n');
disp('Figure 8.2')
disp('Wavelet packets at the depth j=3 of the wavelet packet tree,')
disp('calculated with a Daubechies 5 filter. They are ordered from')
disp('left
www.eeworm.com/read/170938/5402479
m wt05fig05.m
%CAPTION
fprintf('\n');
disp('Figure 5.5')
disp('The top curve is the original signal.')
disp('Its dyadic wavelet transform is shown below at scales 2^j for 0
www.eeworm.com/read/170938/5402480
m wtch05demo.m
function WTCh05Demo
% WTCh05Demo -- Demo Browser for chapter 5.
% Usage
% WTCh05Demo
% Inputss
% none
% Outputs
% none
%
choice=menu('Chapter 5 : which figure?', 'figure 4', 'fi
www.eeworm.com/read/170938/5402484
m wt07fig01.m
%CAPTION
fprintf('\n');
disp('Figure 7.1')
disp('The left graph is a cubic box spline. Its Fourier transform is shown')
disp('on the right.')
close all;
N = 16384*2;
M = 80;
omega = ((1:N)/N
www.eeworm.com/read/170938/5402486
m normedifft.m
function [def,y] = NormedIFFT(x,l);
% l : longueur du domaine de definition en frequence
n = length(x);
y = ifft(rshift(fftshift(x)))*l/2/pi;
y = fftshift(y);
def = 2*pi/l * (-n/2 : n/2-1);
www.eeworm.com/read/170938/5402489
m wt07fig03.m
%CAPTION
fprintf('\n');
disp('Figure 7.3')
disp('The original signal is at the bottom.')
disp('The discrete signals above are multiresolution approximations')
disp('a_j[n] at scales 2^j, computed
www.eeworm.com/read/170938/5402494
m displayprojv.m
function DisplayProjV(wc,L,qmf);
wcoef = ShapeAsRow(wc);
[n,J] = dyadlength(wcoef);
t = (.5:(n-.5));
LockAxes([0 n 0 (J-L+1)]);
scale = .9;
w = wcoef(1:2^L);
for j = L:J-1,
tj = n.*(.5:(2
www.eeworm.com/read/170938/5402499
m beta01.m
function b = beta01(x);
b = x.^4 .* (35 - 84.*x + 70 .* x.^2 - 20 .* x.^3);
% Written by Maureen Clerc and Jerome Kalifa, 1997
% clerc@cmapx.polytechnique.fr, kalifa@cmapx.polytechnique.fr
www.eeworm.com/read/170938/5402501
m wt07fig02.m
%CAPTION
fprintf('\n');
disp('Figure 7.2')
disp('The graph on the left is a cubic spline scaling function and')
disp('its Fourier transform is shown on the right.')
close all;
N = 1024;
M = 2