代码搜索:Wavelets

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

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

htm index.htm

Wavelets for Computer Graphics Wavelets for Computer Graphics
www.eeworm.com/read/136766/13362047

htm index-2.htm

Wavelets for Computer Graphics W
www.eeworm.com/read/136766/13362060

html contents.html

Wavelets for Computer Graphics: Contents W
www.eeworm.com/read/136765/13362102

htm index.htm

www.eeworm.com/read/259565/11782909

m seismic_log_examples1.m

% Seismic_log_examples1 % Illustrate the effect of depth-to-time conversion errors using % log-related and seismic functions clear all presets global S4M step=1; wlength=60; % Crea
www.eeworm.com/read/345213/11826437

html vecmorlet.html

R: Morlet Wavelets on a Ridge
www.eeworm.com/read/151143/12233206

m seismic_log_examples1.m

% Seismic_log_examples1 % Illustrate the effect of depth-to-time conversion errors using % log-related and seismic functions clear all presets global S4M step=1; wlength=60; % Crea
www.eeworm.com/read/223084/14660139

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // Wavelets.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.
www.eeworm.com/read/220692/14791640

m liftscheme.m

%************************************************************************** % 函数说明:计算选用小波的提升方案(这里限于db1--db8,sym1--sym8及双正交小波) % 输入参数:wname为小波名称;flag为'Int2Int'时进行整数到整数的小波变换 % 返回值:返回小波wname相关的提升方案 %
www.eeworm.com/read/167220/5461903

m beshe3.m

%本程序经过对信号的cwt变换,从变换系数中提取高频和低频部分的信号;高频系数可以确定缺陷的位置, %低频系数可以显示底拼波形 load c.txt%装载待分解的信号 s=b; n1=1; n2=11; a=(n1:n2);%a为尺度因子,与频率大致成反比,所以a低对应高频,a高对应低频 %wavelets='cmor1-0.5'; w=cwt(s,a,'cmor1-0.5');%