-
maingui
Matlab GUI using UICONTROL Function
- 2010-06-30 14:15:47下载
- 积分:1
-
transmissionLine
时间域有限差分法(TD-FDM)源代码,用于计算任意传输线问题,最后与理论解比较。进一步说明见程序文件timeUpdt.m(Time domain finite difference method (TD-FDM) source code, used to calculate the arbitrary transmission line problems, and finally compared with the theoretical solution. Further details see the program file timeUpdt.m)
- 2021-03-26 17:49:13下载
- 积分:1
-
matlab
通信原理基于MATLAB的计算机仿真,课本上的源代码(Communication Theory MATLAB-based computer simulation, source code on the textbook)
- 2013-04-09 17:56:41下载
- 积分:1
-
相位误差对MUSIC影响
说明: 从理论上介绍了MUSIC算法原理、分析了阵列相位误差对MUSIC算法性能的影响(The principle of music algorithm is introduced in theory, and the effect of array phase error on the performance of music algorithm is analyzed)
- 2020-02-15 17:12:14下载
- 积分:1
-
radial_dist_laodflow
This runs the distribution loadflow for a radial distribution system, it is a matlab code
- 2009-06-17 16:43:36下载
- 积分:1
-
PID
一个PID控制器的程序 非常适合于PID控制器的初学者(PID controler)
- 2010-06-23 16:33: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
-
mcmc
说明: matlab MCL(蒙特卡罗)仿真,移动节点(matlab MCL (Monte Carlo) simulation, mobile nodes)
- 2020-11-03 22:39:52下载
- 积分:1
-
OutputText
OutputText.rar例子,关于txt输出,注释的特别详细(OutputText,special for txt)
- 2013-12-10 10:14:33下载
- 积分:1
-
MMG
描述船舶的旋回性,考虑风、浪、流的影响,利用MMG模型(Cyclicity description of the ship, consider the effect of wind, waves and currents, using MMG model)
- 2021-02-04 12:19:58下载
- 积分:1