登录
首页 » matlab » xiaobofenx

xiaobofenx

于 2016-03-17 发布 文件大小:22KB
0 226
下载积分: 1 下载次数: 25

代码说明:

  小波分析的各种例题小波分析的各种例题小波分析的各种例题小波分析的各种例题小波分析的各种例题(Various examples of wavelet analysis of various examples of various examples of various examples of wavelet analysis wavelet analysis of various examples of wavelet analysis wavelet analysis)

文件列表:

小波分析理论与Matlab 7实现:下载资料
....................................\Ch10
....................................\....\例程10-11.m,319,2005-05-08
....................................\....\例程10-4.m,256,2005-05-08
....................................\....\例程10-7.m,331,2005-05-08
....................................\....\例程10-8.m,312,2005-05-08
....................................\Ch11
....................................\....\例程11-1.m,196,2005-05-08
....................................\....\例程11-12.m,106,2005-05-08
....................................\....\例程11-8.m,256,2005-05-08
....................................\....\例程11-9.m,106,2005-05-08
....................................\Ch12
....................................\....\例程12-11.m,221,2005-05-08
....................................\....\例程12-12.m,240,2005-05-08
....................................\....\例程12-13.m,193,2005-05-08
....................................\....\例程12-2.m,197,2005-05-08
....................................\....\例程12-3.m,176,2005-05-08
....................................\....\例程12-4.m,270,2005-05-08
....................................\....\例程12-6.m,238,2005-05-08
....................................\....\例程12-7.m,286,2005-05-08
....................................\....\例程12-8.m,291,2005-05-08
....................................\....\例程12-9.m,307,2005-05-08
....................................\Ch13
....................................\....\例程13-2.m,490,2005-05-08
....................................\....\例程13-23.m,321,2005-05-08
....................................\....\例程13-5.m,330,2005-05-08
....................................\....\例程13-6.m,397,2005-05-08
....................................\Ch14
....................................\....\例程14-12.m,129,2005-05-08
....................................\....\例程14-2.m,260,2005-05-08
....................................\....\例程14-3.m,124,2005-05-08
....................................\....\例程14-5.m,96,2005-05-08
....................................\....\例程14-6.m,352,2005-05-08
....................................\Ch16
....................................\....\例程16-12.m,236,2005-05-08
....................................\....\例程16-19.m,209,2005-05-08
....................................\....\例程16-20.m,273,2005-05-08
....................................\....\例程16-21.m,180,2005-05-08
....................................\....\例程16-22.m,252,2005-05-08
....................................\....\例程16-5.m,246,2005-05-08
....................................\....\例程16-6.m,203,2005-05-08
....................................\....\例程16-7.m,236,2005-05-08
....................................\....\例程16-8.m,195,2005-05-08
....................................\Ch9
....................................\...\例程9-11.m,243,2005-05-08
....................................\...\例程9-12.m,148,2005-05-08
....................................\...\例程9-15.m,104,2005-05-08
....................................\...\例程9-16.m,275,2005-05-08
....................................\...\例程9-17.m,319,2005-05-08
....................................\...\例程9-18.m,85,2005-05-08
....................................\...\例程9-19.m,85,2005-05-08
....................................\...\例程9-2.m,138,2005-05-08
....................................\...\例程9-21.m,166,2005-05-08
....................................\...\例程9-22.m,156,2005-05-08
....................................\...\例程9-23.m,223,2005-05-08
....................................\...\例程9-24.m,143,2005-05-08
....................................\...\例程9-25.m,139,2005-05-08
....................................\...\例程9-3.m,129,2005-05-08
....................................\...\例程9-4.m,276,2005-05-08
....................................\...\例程9-7.m,244,2005-05-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mini2
    clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù x1=noise Ô ë É ùÔ ´ Ê ä È ë x2=noise w1=0 È ¨Ï µ Ê ý ³ õ Ö µ w2=0 e=zeros(1,length(x)) y=0 u=0.05 for i=1:10000 LMSË ã ·¨ y(i)=w1*x1(i)+w2*x2(i) e(i)=x(i)-y(i) w1=w1+u*e(i)*x1(i) w2=w2+u*e(i)*x2(i) end figure(1) subplot(4,1,1)
    2010-10-26 16:41:03下载
    积分:1
  • MY_free
    求解线性矩阵不等式的程序,简单明了,有注释,对于学习LMI有很好的帮助(Procedures for solving linear matrix inequalities, simple and clear, with annotations, very good for learning with the help of LMI)
    2010-11-06 16:37:53下载
    积分:1
  • space-timeCodingProject_Matlab_files
    说明:  关于空时编码的Matlab代码,包括性能评估及实时实现(On the space-time coding of Matlab code, including performance evaluation and real-time)
    2010-04-25 13:03:33下载
    积分:1
  • ex
    说明:  基于matlab的自适应分段阈值分割,根据直方图自动寻峰自动分割(Matlab based on adaptive sub-threshold segmentation, according to the histogram peak automatic automatic segmentation)
    2009-05-06 13:14:44下载
    积分:1
  • gaot2
    说明:  有关MATLAB遗传算法工具箱的一些源代码(MATLAB genetic algorithm toolbox on some source code)
    2011-04-15 18:01:05下载
    积分:1
  • segarec2
    license plate segmantation and recognition for double line plate(motor bikes)
    2013-03-09 20:45:07下载
    积分:1
  • Demos
    This demo file shows capabilities for PID Controller design and tuning in MATLAB and Simullink
    2013-04-13 02:54:59下载
    积分:1
  • main
    图像秘密共享方法,应用shamir门限方案(2,3)方案进行试验,本文有认证,防篡改的功能(Image secret sharing method, application shamir threshold scheme (2,3) test program, the paper has certified, tamper-resistant feature)
    2014-08-07 08:36:09下载
    积分:1
  • distispf
    声音处理的MATLAB程序:DISTISPF (calculates the Itakura-Saito spectral distance between power spectra )
    2011-10-02 01:13:33下载
    积分:1
  • sjwl
    车牌识别中建立 bp 神经网络 建立样本(License Plate Recognition)
    2013-10-04 13:19:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载