-
Simulink
如何利用matlab中的Simulink搭建模型,仿真实例详解(How to build a model, simulation examples in matlab Simulink Detailed)
- 2013-01-16 20:39:17下载
- 积分:1
-
landarea
已知地图边界点通过插值求面积,matlab计算面积函数实现。(Known map boundary points by interpolation for the area, matlab calculate the area function implementation.)
- 2013-09-14 09:39:29下载
- 积分:1
-
Radar-Systems
雷达系统仿真用matlab (RADAR SYETEM )
- 2013-08-29 09:10:51下载
- 积分:1
-
Cross-Correlation
Cross Correlation function implemented in matlab
- 2013-05-14 12:59:20下载
- 积分:1
-
SingleTank_LinearRegressionModel_2
identification linear regression model single tank
- 2015-03-31 15:33:04下载
- 积分:1
-
isar-moving_target_hrr_imaging
高速目标LFM雷达回波模拟与HRRP成像(High-speed target LFM radar echo simulation and imaging HRRP)
- 2020-11-06 16:19:49下载
- 积分: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
-
081119
说明: 基于MATLAB平台的分形图形的模拟
本文介绍了分形几何中的Sierpinski地毯和Vicsek图形,讨论了MATLAB平台下采用向量化
编程技术绘制Sierpinski地毯和Vicsek图形的问题,并给出了向量化程序和运行结果。(MATLAB-based platform for the simulation of fractal graphics In this paper, fractal geometry of the Sierpinski carpet and Vicsek graphics, discussed under the MATLAB platform programming techniques used to quantify the Sierpinski carpet and Vicsek drawn graphics, and gives the procedure to quantify and operating results.)
- 2009-08-09 13:05:12下载
- 积分:1
-
QPSK_Simulink
说明: QPSK调制方式的simulink仿真程序,文件格式为.mdl(QPSK modulation in simulink simulation program, the file format. Mdl)
- 2011-03-30 12:26:46下载
- 积分:1
-
viterbi_matlab
viterbi译码的快速实现算法,非常适合初学者迅速上手(Fast viterbi decoding algorithm is very suitable for beginners to get started quickly)
- 2021-02-19 09:59:44下载
- 积分:1