登录
首页 » matlab » GUIdemo

GUIdemo

于 2013-12-23 发布 文件大小:2KB
0 71
下载积分: 1 下载次数: 1

代码说明:

  Test for A law decoder

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

发表评论

0 个回复

  • LMS
    LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)*p1 计算维纳解 Jmin=r(1)-h *p1 计算维纳解时最小均方误差 u=1/sum(eigs(R)) ( LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)*p1 计算维纳解 Jmin=r(1)-h*p1 计算维纳解时最小均方误差 u=1/sum(eigs(R)) )
    2021-03-01 22:29:34下载
    积分:1
  • Matlab_image_pro
    matlab图像处理函数集锦,matlab6.0常用的图像处理函数(matlab image processing)
    2009-05-18 06:48:20下载
    积分:1
  • code
    used for clonal selection
    2011-01-24 02:48:44下载
    积分:1
  • Billiards_Matlab
    台球是一项比较流行的室内体育运动,朋友同学之间聚会常常也会选择打台球。这里利用MATLAB变了个简单的程序来模拟打台球的过程(Billiards is a popular indoor sport, gathering between friends, classmates often will choose to play a game of billiards. Becomes a simple program using MATLAB to simulate a game of billiards)
    2013-05-09 17:55:25下载
    积分:1
  • scfdma
    实现SC-FDMA系统的性能仿真,即单载波OFDM(realize SC-FDMA system,for example SC-OFDM)
    2020-09-15 20:37:56下载
    积分:1
  • Tool_Box_of_FEA
    说明:  基于MATLAB的有限元分析工具箱,文件名即为函数运行名,其中包含了结构分析中需要的梁元、杆元函数,将工具箱解压到MATLAB工作目录后在路径中添加该文件夹路径即可。(The finite element analysis based on MATLAB toolbox, the file name shall be the function to run names, including the structure of the beam elements that need, member element function, MATLAB toolbox to extract working directory in the path to add the folder path can.)
    2010-04-02 12:26:07下载
    积分:1
  • 1
    说明:  TCP/AQM router design
    2013-02-13 06:40:17下载
    积分:1
  • GMSD-score
    这是GMSD算法的matlab程序,描述了在图像去噪方法的作用(This is GMSD algorithm matlab program, describes the role of image de-noising method)
    2013-12-25 10:10:14下载
    积分:1
  • AWGNxindao1
    ROC曲线仿真 不同信噪比下的检测性能曲线,横轴信噪比,纵轴检测概率,随信噪比增加,检测概率提高(ROC curve simulation- detect different SNR performance curve, the horizontal signal to noise ratio, and the vertical axis detection probability with signal to noise ratio increased to improve the detection probability)
    2016-11-14 16:08:07下载
    积分:1
  • newharris
    对harrris算法进行改进,使得伪特征点减少,以及时间效率更佳(Improve harrris algorithm, making false feature points reduce, and better time efficiency)
    2012-12-03 23:26:38下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载