-
HORNFDTDCODE
一个计算角天线的MATLAB代码,已验证无误,适合初学者用!(A MATLAB code for calculating the angle of the antenna has been verified correct, suitable for beginners!)
- 2010-12-16 11:40:58下载
- 积分:1
-
syfx-1
说明: 工具箱包含大量执行时域分析的算法,特别用于二次能量分布的情形,这些算法通过分配问题得到改进。希望能对大家有所帮助!(The toolbox contains numerous algorithms performing time-frequency
analysis with a special emphasis on quadratic energy distributions of
the Cohen and affine classes, and their version enhanced by the
reassignment method.)
- 2011-03-16 18:25:30下载
- 积分:1
-
lloyd_max
The optimal quantization tables for Gaussian, Rayleigh and Laplacian probability density functions.Uniform quantizer is optimal for uniform distribution source, not for other distribution.The procedure is based on a Lloyd-Max iteration.
- 2013-04-10 22:55:29下载
- 积分:1
-
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
-
ChaosToolbox
混沌工具箱2及其相关参考文献,可以很方便计算与混沌相关内容。(Chaos Toolbox 2 and its related references, can be easily calculated and chaos related to the content.)
- 2008-07-15 17:50:55下载
- 积分:1
-
Matlab_Signal_Processing
Matlab信号处理详解,很不错的一本书,适合初学者学习。(Matlab Signal Processing Xiang Jie, very good book for beginners to learn.)
- 2010-05-24 19:58:16下载
- 积分:1
-
C_Primer_PlusNote
含有C_Primer_Plus_(第五版)_中文版另外还有C_Primer_Plus的读书笔记(Containing C_Primer_Plus_ (Fifth Edition) _ Chinese version Another C_Primer_Plus reading notes)
- 2014-10-27 21:50:52下载
- 积分:1
-
MATLABP7[1].0
这是一个介绍Matlab7.0的工具书,内容简单基础,适合初学者。(This is a presentation tool Matlab7.0 book, the content is simple foundation for beginners.)
- 2014-12-19 09:36:37下载
- 积分:1
-
MATLAB520
《MATLAB实用教程---控制系统仿真及应用》的配套光盘,不但便于读者使用,而且给任课老师提供了生成数量不限的练习题的功能,便于因人施教。希望对大家有帮助(" MATLAB practical tutorial--- Control System Simulation and Application" matching discs, not only to facilitate the reader to use, but are not limited to the classroom teacher provides a number of functions to generate exercises, to facilitate individualized instruction. I hope everyone has to help)
- 2014-02-16 10:31:42下载
- 积分:1
-
Avg
MATLAB FUZZY BASIC OPERATION
- 2014-02-18 00:08:28下载
- 积分:1