代码搜索:Wavelets
找到约 621 项符合「Wavelets」的源代码
代码结果 621
www.eeworm.com/read/167220/5461904
asv ppp1.asv
%本程序经过对信号的cwt变换,从变换系数中提取高频和低频部分的信号;高频系数可以确定缺陷的位置,
%低频系数可以显示底拼波形
load b.txt%装载待分解的信号
s=b;
n1=1;
n2=11;
a=(n1:n2);%a为尺度因子,与频率大致成反比,所以a低对应高频,a高对应低频
%wavelets='cmor1-0.5';
w=cwt(s,a,'cmor1-0.5');%
www.eeworm.com/read/167220/5461906
asv ppp.asv
%本程序经过对信号的cwt变换,从变换系数中提取高频和低频部分的信号;高频系数可以确定缺陷的位置,
%低频系数可以显示底拼波形
load b.txt%装载待分解的信号
s=b;
n1=1;
n2=11;
a=(n1:n2);%a为尺度因子,与频率大致成反比,所以a低对应高频,a高对应低频
%wavelets='cmor1-0.5';
w=cwt(s,a,'cmor1-0.5');%
www.eeworm.com/read/167220/5461907
m beshe1.m
%本程序经过对信号的cwt变换,从变换系数中提取高频和低频部分的信号;高频系数可以确定缺陷的位置,
%低频系数可以显示底拼波形
load b.txt%装载待分解的信号
s=b;
n1=1;
n2=11;
a=(n1:n2);%a为尺度因子,与频率大致成反比,所以a低对应高频,a高对应低频
%wavelets='cmor1-0.5';
w=cwt(s,a,'cmor1-0.5');%
www.eeworm.com/read/167220/5461910
m beshe2.m
%本程序经过对信号的cwt变换,从变换系数中提取高频和低频部分的信号;高频系数可以确定缺陷的位置,
%低频系数可以显示底拼波形
load a.txt%装载待分解的信号
s=a;
n1=1;
n2=11;
t=(n1:n2);%a为尺度因子,与频率大致成反比,所以a低对应高频,a高对应低频
%wavelets='cmor4-0.5';
w=cwt(s,t,'cmor4-0.5');%
www.eeworm.com/read/471490/6894750
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/274094/10888191
pdf the image edge deteciion based on wavelets transform and morphology.pdf
www.eeworm.com/read/385314/8809621
m yule_walker.m
function [P,f,a,w,w_min] = yule_walker(D,p,dt,perc,nw);
%YULE_WALKER: Yule-Walker estimate of a smooth AR spectrum.
% compute average autoc. and crosscorrelations
% to solve th
www.eeworm.com/read/371706/9540979
m yule_walker.m
function [P,f,a,w,w_min] = yule_walker(D,p,dt,perc,nw);
%YULE_WALKER: Yule-Walker estimate of a smooth AR spectrum.
% compute average autoc. and crosscorrelations
% to solve th
www.eeworm.com/read/362099/10019238
m ex2d.m
%=============================================================
% Ex2d: An example for using WaveNet, 2-D Interpolation
%=============================================================
% By Qinghua
www.eeworm.com/read/416438/11025369
m ex2d.m
%=============================================================
% Ex2d: An example for using WaveNet, 2-D Interpolation
%=============================================================
% By Qinghua