登录
首页 » matlab » Wiener111111

Wiener111111

于 2008-11-20 发布 文件大小:1KB
0 237
下载积分: 1 下载次数: 0

代码说明:

说明:  维纳滤波器,在matlab中运行,此为记事本文件,复制到matlab中M文件即可运行(Wiener filter in matlab run, this is Notepad file, copy it to matlab file to run in the M)

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

发表评论

0 个回复

  • imageMorphology
    Thresholding is used to segment an image by setting all pixels whose intensity values are above a threshold to a foreground value and all the remaining pixels to a background value. Whereas the conventional thresholding operator uses a global threshold for all pixels, adaptive thresholding changes the threshold dynamically over the image. This more sophisticated version of thresholding can accommodate changing lighting conditions in the image, e.g. those occurring as a result of a strong illumination gradient or shadows.
    2015-02-25 17:43:06下载
    积分:1
  • huisemoxing
    包括灰色模型主程序灰色模型被调用子函数,该子函数命名为(Including gray model is called the gray model main subroutine, the subroutine named)
    2013-12-17 15:48:08下载
    积分:1
  • 汽车空调温度simulink模型
    说明:  汽车空调温度simulink模型,描述汽车空调系统控制原理(atecontrol_for_vehicle)
    2019-01-29 21:41:40下载
    积分:1
  • node-Animation
    MATLAB wireless sensor networks node Animation
    2011-05-17 11:45:03下载
    积分:1
  • 12
    说明:  mat lab designed filter
    2010-05-19 16:09:29下载
    积分:1
  • matlabDIPUM-Toolbax-V1.1.3
    文件整理了冈萨雷斯版Matlab例程的源代码,有用到的同学可以下载。(Filing the gonzalez version of Matlab routines source code, useful to the students can download.)
    2014-08-24 11:01:09下载
    积分:1
  • bp
    SAR成像的后向投影算法 matlab代码,直接使用,对散射数据成像 频域(back projection)
    2021-04-07 22:29:01下载
    积分:1
  • aman
    A fast and simple voxel traversal algorithm through a 3D space partition (uniform grid)
    2010-11-27 02:48:07下载
    积分:1
  • 杨氏干涉的模拟
    说明:  这个源代码文件包含了一个非常生动的杨氏干涉的模拟过程,其显示的结果是一个动画形式的(the source document contains a very vivid Young's interference in the simulation process. its display is the result of a form of animation)
    2005-12-27 12:52:21下载
    积分:1
  • Coordinate-conversion
    坐标转换(四参数) [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end (Coordinate conversion: [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end )
    2014-12-12 19:02:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载