代码搜索:wavelet
找到约 4,557 项符合「wavelet」的源代码
代码结果 4,557
www.eeworm.com/read/360863/10074512
c wavelet.c
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* Port to C from C++
*
* Mow-Song
www.eeworm.com/read/360782/10078588
m wavelet.m
%读入k3b信号
load k3b.mat;
x=k3b(2,1:512)';
N=length(sig);
%采样频率
fs=312.5;
%小波分解
[c,l]=wavedec(x,5,'db5');
%重构第5层逼近信号
a5=wrcoef('a',c,l,'db5',5);
%重构第1~5层细节信号
d5=wrcoef('d',c,l,'db5',5);
d4=wr
www.eeworm.com/read/360333/10102404
dat wavelet.dat
www.eeworm.com/read/360331/10102436
dat wavelet.dat
www.eeworm.com/read/360328/10102535
dat wavelet.dat
www.eeworm.com/read/360327/10102557
dat wavelet.dat
www.eeworm.com/read/353980/10400655
hh wavelet.hh
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm
www.eeworm.com/read/353980/10400771
cc wavelet.cc
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm
www.eeworm.com/read/279456/10436091
vi wavelet.vi
www.eeworm.com/read/424281/10472228
c wavelet.c
/* wavelet/wavelet.c
*
* Copyright (C) 2004 Ivo Alxneit
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis