-
matlab
通过matlab仿真,做出单相变压器不同负载性质的相量图(Matlab simulation, to make a single-phase transformer phasor diagram of the different nature of the load)
- 2013-01-10 08:20:20下载
- 积分:1
-
sflbp
用于三分类的bp算法matlab程序
下面是一个两概念(一个三角形和一个矩形)学习的例子,是一个典型的多分类例子
分类结果的正确率可通过训练网络进一步提高
(for three classification algorithm Matlab procedures bp below is a two concepts (a triangle and a Moment fractal) learning example is a typical example of multi-classification results of the correct classification rate can be further enhanced training network)
- 2006-08-05 18:01:13下载
- 积分:1
-
legomindstormsnxt_r2012b_v2_3
Simulink block library for creating models that run directly on your LEGO MINDSTORMS NXT robot
- 2014-11-18 07:32:42下载
- 积分:1
-
qpsk-matlab-code
MATLAB CODE FOR QPSK
- 2013-04-24 23:29:15下载
- 积分:1
-
GUI_Simulink
该实例主要功能:
1、演示了GUI界面的布局和效果;
2、演示了togglebutton、pushbutton对simulink模块参数的设置方法;
3、演示了Edit text 和slider的联合使用,及利用edit text 和slider 对simulink 参数的动态修改;
4、演示了simulink参数在GUI上的显示和更显;
5、语句进行了注释,为便于编译没用中文,大家凑或者看吧!(The main functions of examples: 1, presentation of the layout of the GUI interface and effectiveness 2, demonstrated togglebutton, pushbutton module to simulink Ways parameters 3, Edit text and to demonstrate the joint use of slider, and the use of the slider and edit text simulink dynamic parameters modified 4, demonstrated on simulink parameter GUI at the display and more 5, statement to the Notes, in order to facilitate the compiler no English, or U.S. Check it out together!)
- 2009-04-01 01:42:12下载
- 积分:1
-
Decluster_CentreModifie
declustering algorithm of FCM
- 2010-11-01 20:06:49下载
- 积分:1
-
radar_system_matlab
雷达仿真程序,包括雷达系统中会用到的一些常用程序(Radar simulation program, including the radar system will be used in some commonly used procedures)
- 2009-01-06 23:06:47下载
- 积分:1
-
123
自适应滤波算法 可以应用于很多领域 本人用于机动目标跟踪(Adaptive filtering algorithm can be applied to many fields, I used to maneuvering target tracking)
- 2009-10-05 10:16:17下载
- 积分: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
-
bollcode
matlab计算股市的代码,可以帮助你分析股市,胜券在握!(matlab code for stocks)
- 2009-05-03 08:56:40下载
- 积分:1