登录
首页 » matlab » youxianchafenfa

youxianchafenfa

于 2010-05-09 发布 文件大小:6KB
0 93
下载积分: 1 下载次数: 10

代码说明:

  详细介绍了有限差分法,以及其matlab实现(Details of the finite difference method, and its implementation matlab)

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

发表评论

0 个回复

  • HenonLyapunov
    这是计算二维Henon映射Lyapunov指数的程序,用matlab实现的,希望对大家能有用(This is a two-dimensional Henon map Lyapunov index calculation procedures, using matlab to achieve, we hope to be useful)
    2010-06-19 20:26:44下载
    积分:1
  • 789
    image denoising and multipupose filtering
    2010-08-02 19:24:20下载
    积分:1
  • 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
  • BioinformaticsToolbox
    有生物信息学编程实例,Matlab,欢迎学分子的战友可以学习使用(Bioinformation)
    2009-05-14 03:55:09下载
    积分:1
  • dijkstraandfloyd
    说明:  详细给出floyd、dijkstra算法,并给出具体例子以及如何看运行结果。所有程序均通过真实测试。(Details are given floyd, dijkstra algorithm, and gives specific examples and how to look at the results. Through all the procedures are the real test.)
    2009-07-31 11:09:39下载
    积分:1
  • ztransformLPF
    Matlab Image processing ztransformLPF
    2014-01-09 04:41:10下载
    积分:1
  • CANKAO
    说明:  一个稀疏傅里叶变换的快速实现代码。哈希映射法为重构算法。(A fast implementation code of sparse Fourier transform.Hash mapping is a reconstruction algorithm.)
    2020-11-09 15:55:02下载
    积分:1
  • imageincrease0
    这是我自己调试好了的彩色图像增强的,绝对可以使用,非常好。(This is my own and tested the color image enhancement, absolutely you can use, very good.)
    2010-05-25 20:17:16下载
    积分:1
  • S2
    说明:  theori jame of mashin elec in matlab mfile
    2013-08-21 15:55:02下载
    积分:1
  • ode45-matlab
    本程序特别适合于弹道计算等方面使用。比ODE45函数的速度加快了很多,且程序充分展示了Matlab向量运算的强大功能,以及编程的简单快捷。(This procedure is particularly suitable for use ballistic calculations and other aspects. ODE45 faster than a lot of functions and procedures for demonstrating the power of Matlab vector operations, and programming simple and quick.)
    2013-07-19 16:25:05下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载