资源简介
本人最近研究MP,这个经过修改可以运行的。一维信号是语音信号的
代码片段和文件信息
I1=wavread (‘arctic2.wav‘)‘;
I1=I1(6021:6276);
bat=I1;
iterative_number=2;
[aN]=size(bat);
signal_reconstruct=zeros(1N);
signal_r=bat;
a_base=2;
j_min=1;
j_max=log2(N);
u_base=1/2;
p_min=0;
v_base=pi;
k_min=0;
w_base=pi/6;
i_min=0;
i_max=12;
for n=1:iterative_number
[projscaletranslationfreqphase]=select_best(signal_rNa_basej_minj_maxu_basep_minv_basek_minw_basei_mini_max);
t=0:N-1;
t=(t-translation)/scale;
g=(1/sqrt(scale))*exp(-pi*t.*t).*cos(freq*t+phase);
g=g/sqrt(sum(g.*g));
figure(3)
plot(g)
hold on
signal_reconstruct=signal_reconstruct+proj*g;
signal_r=signal_r-proj*g;
figure(2)
subplot(311);plot(I1);title(‘信号I1‘)
subplot(312);plot(g);title(‘Gabor字典中的最佳原子‘)
subplot(313);plot(signal_reconstruct);title(‘I1MP重构‘)
y=signal_reconstruct;
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 873 2014-03-17 19:24 mp\MP1.m
文件 985 2014-03-15 15:52 mp\select_best.m
目录 0 2014-03-17 19:24 mp
----------- --------- ---------- ----- ----
1858 3
相关资源
- MP3文件ID3v2ID3v2APEv2标签读取
- VESA Computer Display Monitor Timing (DMT)
- DUMPROM工具
- Bochs入门教程[操作系统第一步]
- 用VC 编写的基于SNMP的路由器拓扑程序
- 文学研究助手(字符串的查找模式匹
- jdbcTemplate分页彻底解决,使用游标滚
- 如何实现bmp位图透明贴图
- SAMPLE (类pascal) 词法分析程序 C 版
- ccnp/ccna习题之三 研究 ICMP 数据包
- OPC插件OPC Core Components 2.00 SDK 2.20
- VC 编程实现活动主机扫描源代码
- bmp文件读出为txt文件 txt文件写入为
- bmp2c
- BmpButton
- MP4编解C源代码
- The Impact of ETC System on Safety Performance
- 细菌cyclic di-AMP的信号调控
- In vitro screening of lactobacilli with antago
- 鉴于DAMPE e + e-过剩,II型跷跷板模型在
- Element_Components_v2.1.0.rplib
- pdf.jsamp;pdf;.worker.js
- 自适应滤波amp;LMS算法
- VirtualTreeview 最新版支持 XE10.3
- CMPP3.0模拟网关,绝对好用,自己测试
- 易语言搜搜mp3源码
- Indentification of Interface Blocker to the LA
- checkpoint的snmp及syslog配置.doc
-
Temporal-ba
sed Multi-Strokes Sketchy Graphi -
notepad++ 对比插件 xm
l格式化插件
评论
共有 条评论