-
Drawing_documents_using_matlab_implementation
利用matlab实现绘图文档Drawing documents using matlab implementation(Using matlab to achieve drawing document Drawing documents using matlab implementation)
- 2010-08-02 10:16:54下载
- 积分:1
-
Hamilton-circle
Modify C to get right with smaller another Hamilton circle. The modification methods improved algorithm called circle
- 2012-03-31 14:27:58下载
- 积分:1
-
simulink1
signal generator matlab simulink
- 2012-01-20 22:09:49下载
- 积分:1
-
krishna_rcosflt
牛人krishna示例的升余弦滚降滤波器的时域和频域仿真(the simulation of raised cosine filter for both time and frequency domains,by krishna, happy learning!)
- 2013-05-22 14:56:54下载
- 积分:1
-
measured
基于状态空间的预测控制算法,算法功能为对可测干扰的抑制(Predictive control algorithm based on State-space algorithm functions of measurable disturbance suppression)
- 2016-01-07 22:40:02下载
- 积分:1
-
matlab仿真的光伏发电并网模型
说明: 用于matlab仿真的光伏发电并网模型,这是经典类型。做光伏并网读电能质量的影响中用到的。(Photovoltaic grid-connected model for matlab simulation. This is a classic type. Used in photovoltaic grid-connected reading power quality impact.)
- 2020-03-01 17:45:27下载
- 积分: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
-
bp
说明: BP算法是应用最广泛的神经网络算法,常用于预测,得到了很好的效果(BP algorithm is the most widely used neural network algorithm, commonly used in forecasting, we get good results)
- 2010-05-04 17:03:15下载
- 积分:1
-
Telecommunication_emluator
这是一个在通信中的仿真报告,图形是在Matlab实现的。在数值分析、函数实现中都会用到。(This is a communication in the simulation, graphics in the Matlab. Numerical analysis function which will be used to achieve.)
- 2007-04-04 13:38:36下载
- 积分:1
-
gunyei
采用的是脉冲对消法,自己编的5种调制信号,有井曲线作为输入可计算其地震波的衰减。( It uses a pulse of consumer law, Own five modulation signal, There is a well attenuation curve as input to calculate its seismic waves.)
- 2016-11-28 15:05:12下载
- 积分:1