代码搜索:Wavelets
找到约 621 项符合「Wavelets」的源代码
代码结果 621
www.eeworm.com/read/324048/13293249
m iwt_dd.m
function x = IWT_DD(wc,L,D,F,LEF,REF)
% IWT_DD -- Inverse transform Deslauriers-Dubuc wavelets
% Usage
% x = IWT_DD(wc,L,D)
% Inputs
% wc 1-d wavelet transform; length(w) = 2^J
%
www.eeworm.com/read/201202/15413500
sci iwt_dd.sci
function x = IWT_DD(wc,L,D,F,LEF,REF)
// IWT_DD -- Inverse transform Deslauriers-Dubuc wavelets
// Usage
// x = IWT_DD(wc,L,D)
// Inputs
// wc 1-d wavelet transform; length(w) = 2^J
www.eeworm.com/read/168118/9937660
m sprat.m
function q=sprat(A1,A2,f,t1,t2,fsmo)
% q=sprat(A1,A2,f,t1,t2,fsmo)
%
% SPRAT applies the spectral ratio method to estimate an apparent
% interval attenuation factor, q, between the traces (wavelets)
www.eeworm.com/read/413125/7128431
m ls.m
function [t_array,f_array,a_array,phi_array,select_array,residual] = LS(t,s,t_scan_num,f_scan_num,threshold,amp,f_width,delt,k,ebs)
% this function is to get the least-square wavelets
%t sam
www.eeworm.com/read/455463/1614221
m sprat.m
function q=sprat(A1,A2,f,t1,t2,fsmo)
% q=sprat(A1,A2,f,t1,t2,fsmo)
%
% SPRAT applies the spectral ratio method to estimate an apparent
% interval attenuation factor, q, between the traces (wavelets)
www.eeworm.com/read/194440/8193768
m sprat.m
function q=sprat(A1,A2,f,t1,t2,fsmo)
% q=sprat(A1,A2,f,t1,t2,fsmo)
%
% SPRAT applies the spectral ratio method to estimate an apparent
% interval attenuation factor, q, between the traces (wavelets)
www.eeworm.com/read/235612/14060712
m sprat.m
function q=sprat(A1,A2,f,t1,t2,fsmo)
% q=sprat(A1,A2,f,t1,t2,fsmo)
%
% SPRAT applies the spectral ratio method to estimate an apparent
% interval attenuation factor, q, between the traces (wavelets)
www.eeworm.com/read/309003/3708551
m aifig3.m
% aifig3 -- AI Wavelets
%
% The result of average-interpolating a sequence which
% consists of (-1,1) in a sea of zeros.
%
%
global Fil2 Fil4 Fil6 Fil8
global EdgeFil2 EdgeFil4 EdgeFil6 EdgeFil8
%
nr
www.eeworm.com/read/370635/9589701
entries
D/mex////
/compile_mex.m/1.1/Sat Jun 25 02:00:08 2005//
/compute_quadrant_selection.m/1.1/Wed Aug 4 23:18:20 2004//
/evaluate_nbr_bits.m/1.1/Sun Jan 16 14:08:20 2005//
/evaluate_nbr_bits_wavelets
www.eeworm.com/read/448535/7531287
m plotw.m
function plotw(phi,psi,p1,p2,n,ax,XT,l1,l2)
% help function for plotting wavelets
% normalize the scaling function
dt = phi(2,1) - phi(1,1);
e = phi(:,2)'*phi(:,2)*dt;
phi(:,2) = phi(:,2)/sqrt