-
project
Project a vector b onto the column space of A.
- 2010-03-06 17:27:37下载
- 积分:1
-
huffman-code
哈弗曼编码,在matlab中实现,源代码(huffman encode)
- 2011-05-31 23:57:01下载
- 积分: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
-
2
说明: 这个m文件用于产生一个变频的幅度键控信号本源码为原创(you can get the ASK signal use this mfile)
- 2010-04-15 21:00:17下载
- 积分:1
-
CorrelationDimension_luzhenbo
说明: 计算关联维的 Matlab 程序 - (mex 函数,超快)
-----------------------------------
文件夹说明:
1、CorrelationDimension_main.m - 程序主文件
2、LorenzData.dll - 产生Lorenz离散数据
3、normalize_1.m - 数据归一化
4、PhaSpaRecon.m - 相空间重构
5、CorrelationDimension.dll - 计算关联积分函数
6、CorrDim_buffer.dll - 缓存文件(calculated the correlation dimension Matlab procedures- (mex function, ultrafast)----------------------------------- folder Note : 1, CorrelationDimension_main.m-procedure two main documents, LorenzData.dll- Lorenz have three discrete data, normalize_1.m-normalized data of four, PhaSpaRecon.m-5 reconstruction phase space, CorrelationDimension.dll-associated integral calculation Function 6, CorrDim_buffer.dll-cache file)
- 2006-03-23 19:08:28下载
- 积分:1
-
DSPANDMATLAB
这是数字信号处理的好资料,详细地介绍如何用MATLAB进行信号分析与处理,想学习的可以下载看看。(This is good information on digital signal processing, detailed information on how to use MATLAB for signal analysis and processing, want to study can be downloaded to see.)
- 2010-05-11 20:07:31下载
- 积分:1
-
jiyuIMMjidongmubiaodegengzhousuanfa
机动目标的跟踪问题一直是人们研究的重点,实现机动目标精确跟踪,首要解决的问题就是使所建立的目标运动模型与实际的目标运动模型匹配。目前常用的有多模型(MM),交互式多模型(IMM),切换模型等。多模型方法就是对一组具有不同机动模型分别进行Kalman滤波,最终的参数估计是各滤波器估计值的加权和;在多模型基础上,Shalom提出了交互式多模型方法,这一方法对无序目标的机动检测,显示了更好的鲁棒性和跟踪的稳定性;切换模型则是分别建立机动和非机动运动模型,利用机动检测实现在这两个模型之间的切换。一般来说,交互式多模型的跟踪性能较好。(mobile target tracking problem has been a focus of research and achieve precise maneuvering target tracking, the most pressing issue is to enable the establishment of the target model and the actual movement of the target model matching. At present, more commonly used model (MM), interactive multi-model (IMM), switching model. Multi-model approach is a group of different mobile models were Kalman filtering, The final parameter is the estimated value of the filter is estimated weighted; in the multi-model basis, Shalom made the interactive multi-model approach that the objectives of the motor disorder detection, better show the robustness and stability of the track; switching model is set up motorized and non-motorized sports model, the use of mobile testing to achieve in this model between)
- 2007-07-03 02:41:18下载
- 积分:1
-
MATLAB
利用MATLAB编码来解决离散正交多项式。(The use of MATLAB code to solve the discrete orthogonal polynomials.)
- 2010-03-03 21:09:42下载
- 积分:1
-
113172218finalapplication
一个基于matlab平台关于图像检索的小型GUI!!!(A matlab-based image retrieval on a small platform GUI! ! !)
- 2011-04-21 21:14:30下载
- 积分:1
-
ID3
MATLAB 决策树算法 ID3算法 能输出决策图分析误差(MATLAB ID3 decision tree algorithm can output decision diagram analysis error)
- 2011-12-01 09:55:35下载
- 积分:1