代码搜索:Wavelets

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

代码结果 621
www.eeworm.com/read/274028/10890833

java inplace_haar.java

package wavelets; import wavelet_util.*; /** * Copyright and Use You may use this source code without limitation and without fee as long as you include:
www.eeworm.com/read/274028/10890841

java noise_filter.java

package wavelet_util; import java.util.Vector; import sort.*; import wavelets.*; import java.io.*; /** The objective in filtering is to remove noise while keeping the feature
www.eeworm.com/read/440660/7684336

m gabor2pca.m

function [out_time]=gabor2pca(P_2N,P_1N) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Based on Gabor wavelets and 2DPCA+PCA % wenchangzhi 2006/9/16
www.eeworm.com/read/136766/13361946

m makefigs.m

% MakeFigs creates a number of the figures that appear in "Wavelets for % Computer Graphics: A Primer" by Eric J. Stollnitz, Tony D. DeRose, and % David H. Salesin. % One-dimensional Haar sequence of
www.eeworm.com/read/138743/5813947

m wt07fig20.m

% CAPTION fprintf('\n'); disp('Figure 7.20') disp('Window 1: The top graphs are the two left border scaling functions.') disp('The bottom graphs are the two left border wavelets with p=2 vanishin
www.eeworm.com/read/170938/5402497

m wt07fig20.m

% CAPTION fprintf('\n'); disp('Figure 7.20') disp('Window 1: The top graphs are the two left border scaling functions.') disp('The bottom graphs are the two left border wavelets with p=2 vanishin
www.eeworm.com/read/309003/3708386

m wt07fig20.m

% CAPTION fprintf('\n'); disp('Figure 7.20') disp('Window 1: The top graphs are the two left border scaling functions.') disp('The bottom graphs are the two left border wavelets with p=2 vanishin
www.eeworm.com/read/427864/1964723

m wt07fig20.m

% CAPTION fprintf('\n'); disp('Figure 7.20') disp('Window 1: The top graphs are the two left border scaling functions.') disp('The bottom graphs are the two left border wavelets with p=2 vanishin
www.eeworm.com/read/384673/2598462

m wt07fig20.m

% CAPTION fprintf('\n'); disp('Figure 7.20') disp('Window 1: The top graphs are the two left border scaling functions.') disp('The bottom graphs are the two left border wavelets with p=2 vanishin
www.eeworm.com/read/274028/10890836

java wavelet_base.java

package wavelets; import java.util.*; /** * Wavelet base class The wavelet base class supplies the common functions power2 and log2 and defines