登录
首页 » matlab » L7SwEA

L7SwEA

于 2010-12-19 发布 文件大小:416KB
0 314
下载积分: 1 下载次数: 6

代码说明:

  Voice recorder with Matlab

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

发表评论

0 个回复

  • sdarticle
    ICM神经网络 ICM is short for intersecting cortical mode which is very useful to image processing
    2009-05-28 19:51:13下载
    积分:1
  • scyt_interplotion
    说明:  三次样条插值的MATLAB程序。需要的来下载。(Cubic spline interpolation of the MATLAB program. Need to download.)
    2009-08-02 00:08:23下载
    积分:1
  • matlabIMG
    图象处理的matlab程序集,包括角点检测,边缘连接,高通滤波器,低通滤波器等等。(image processing procedures of Matlab scripts, including corner detection, edge connectivity, high-pass filter, Low-pass filter, and so on.)
    2007-06-13 21:18:17下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • Fffuuzz_pidu
    模糊控制器:运用matlab建立复杂的模糊规则。既能开发程序源码码实现,也能使用matlab自带fuzzy工具箱完成。 可直接使用。 (Fuzzy controller: the use of Matlab to create complex fuzzy rules. Both the development of program source code implementation, can also use matlab own fuzzy toolbox to complete. Can be used directly.)
    2012-08-14 09:20:55下载
    积分:1
  • svm
    SVM 內附範例 svm的信息粒化时序回归预测——上证指数开盘指数变化趋势和变化空间预测(svm matlab)
    2013-05-05 17:27:15下载
    积分:1
  • 10.1.1.105.5732
    matlab description for GA optimization
    2010-11-13 21:11:19下载
    积分:1
  • MIMO-downlink
    说明:  基于SLNR准则的MIMO下行链路预编码(SLNR criteria based precoding MIMO downlink)
    2011-02-28 21:25:24下载
    积分:1
  • QPSKrayleighchannelm
    在matlab平台下产生信号序列通过QPSK方式调制通过高斯信道以及瑞利信道,对其中的过程的信号时域以及其频谱,星座图情况进行分析(Matlab platform in the signal sequence generated by the QPSK modulated by the Gaussian channel and Rayleigh channel, which processes the signal for time-domain and its spectrum, constellation analysis of the situation)
    2011-09-17 19:16:49下载
    积分:1
  • ARMAsel_mis_irreg_3
    uses partial correlation function and filter to implement an AR model
    2009-03-29 08:17:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载