代码搜索:小波系数
找到约 10,000 项符合「小波系数」的源代码
代码结果 10,000
www.eeworm.com/read/367675/2838810
txt 3.txt
发信人: rsl (barbarian), 信区: DataMining
标 题: rough mereology 怎么翻译
发信站: 南京大学小百合站 (Tue Nov 26 17:46:05 2002)
--
※ 来源:.南京大学小百合站 http://bbs.nju.edu.cn [FROM: 211.147.205.36]
www.eeworm.com/read/367675/2839941
txt 570.txt
发信人: helloboy (hello), 信区: DataMining
标 题: 哪有latex工具下载?
发信站: 南京大学小百合站 (Sun Apr 28 09:32:45 2002), 站内信件
--
※ 来源:.南京大学小百合站 bbs.nju.edu.cn.[FROM: 61.144.60.26]
www.eeworm.com/read/367675/2840072
txt 26.txt
发信人: minerboy (miner), 信区: DataMining
标 题: dataming 博士开题
发信站: 南京大学小百合站 (Thu Mar 6 23:00:20 2003)
rt
--
※ 来源:.南京大学小百合站 http://bbs.nju.edu.cn [FROM: 61.187.56.10]
www.eeworm.com/read/192685/8351134
html 6545.html
Re: 用VB设计类似小画家的功能.....如何在那空白范围画图
Re: 用VB设计类似小画家的功能.....如何在那空白范围画图
www.eeworm.com/read/192685/8355998
html 13445.html
Re: Sorry~看错了,在小瓜瓜VB料理包(网站)中好像有相关资料
Re: Sorry~看错了,在小瓜瓜VB料理包(网站)中好像有相关资料
www.eeworm.com/read/268860/11117581
m examp16_22.m
%调频信号
for i=1:512
x(i)=sin(500*pi*i/1000+20*sin(20*pi*i/1000));
end
figure(1);
plot(1:length(x),x);
% 3层Haar小波包
wpt = wpdec(x,3,'haar');
%最优基
T=besttree(wpt);
% 小波包结构
plot(wpt);
%Haar
www.eeworm.com/read/268860/11117703
m 例程17-2.m
%装载语音信号
N=1024;
s=wavread('m?l.wav',N);
figure(1);
plot(1:N,s,'LineWidth',2);
xlabel('时间 n');
ylabel('幅值 A');
%选用小波函数
wavelet='db5';
%分解级数
level=5;
%压缩参数
alpha=1.5;
%阈值类型
sorh='h';
%小