代码搜索:Wavelets

找到约 621 项符合「Wavelets」的源代码

代码结果 621
www.eeworm.com/read/136766/13361955

html related.html

Wavelets for Computer Graphics: Related Work Wavelets for Com
www.eeworm.com/read/138743/5813945

m linearspline.m

% Plots Scaling Functions and Wavelets % for the linear spline wavelets (Battle-Lemarie 1) N = 1024; M = 20*16; omega = ((1:N)/N -.5) * 2 * M; omega(N/2) = omega(N/2+1)/100; cos2 = cos(omega./2)
www.eeworm.com/read/170938/5402495

m linearspline.m

% Plots Scaling Functions and Wavelets % for the linear spline wavelets (Battle-Lemarie 1) N = 1024; M = 20*16; omega = ((1:N)/N -.5) * 2 * M; omega(N/2) = omega(N/2+1)/100; cos2 = cos(omega./2)
www.eeworm.com/read/309003/3708384

m linearspline.m

% Plots Scaling Functions and Wavelets % for the linear spline wavelets (Battle-Lemarie 1) N = 1024; M = 20*16; omega = ((1:N)/N -.5) * 2 * M; omega(N/2) = omega(N/2+1)/100; cos2 = cos(omega./2)
www.eeworm.com/read/427864/1964721

m linearspline.m

% Plots Scaling Functions and Wavelets % for the linear spline wavelets (Battle-Lemarie 1) N = 1024; M = 20*16; omega = ((1:N)/N -.5) * 2 * M; omega(N/2) = omega(N/2+1)/100; cos2 = cos(omega./2)
www.eeworm.com/read/384673/2598460

m linearspline.m

% Plots Scaling Functions and Wavelets % for the linear spline wavelets (Battle-Lemarie 1) N = 1024; M = 20*16; omega = ((1:N)/N -.5) * 2 * M; omega(N/2) = omega(N/2+1)/100; cos2 = cos(omega./2)
www.eeworm.com/read/289460/8549624

cpp wvlttrans.cpp

// WvltTrans.cpp: implementation of the CWvltTrans class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "wavelets.h" #include "WvltTrans
www.eeworm.com/read/386020/8771271

cpp wvlttrans.cpp

// WvltTrans.cpp: implementation of the CWvltTrans class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "wavelets.h" #include "WvltTrans
www.eeworm.com/read/386017/8771418

cpp wvlttrans.cpp

// WvltTrans.cpp: implementation of the CWvltTrans class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "wavelets.h" #include "WvltTrans
www.eeworm.com/read/466896/7022972

m daub.m

% function h = daub(Nh) % % Generate filter coefficients for the Daubechies orthogonal wavelets. % % Kevin Amaratunga % 9 December, 1994.