-
Mseires
用MATLAB产生M序列作为系统的输入,根据传递函数,仿真输出,并得出输入的自相关函数和输入输出的互相关函数。(M sequence generated by MATLAB as input, in accordance with transfer function, simulation output, and come to enter the auto-correlation function and the input and output of the cross-correlation function.)
- 2009-06-18 22:21:51下载
- 积分:1
-
ses_pct_svm
说明: SVM进行两分类算法的MATlab实现代码SVM进行两分类算法的MATlab实现代码(A two-SVM classification algorithm MATlab implementation code for the two classification algorithm SVM implementation code MATlab)
- 2011-03-16 15:49:03下载
- 积分:1
-
bujiaozuizong
目标追踪代码学习,经供参考版权所有侵权必究谢谢合作(Thank you for your cooperation target tracking code to learn reserved for reference Copyright infringement)
- 2013-01-10 17:13:36下载
- 积分:1
-
NumberToTextFrench
Return a number in to french
- 2015-01-02 22:43:18下载
- 积分:1
-
liu_ks02
最大似然(ML)准则和最大后验概率(MAP)准则,多机电力系统仿真及其潮流计算,采用的是脉冲对消法。( Maximum Likelihood (ML) criteria and maximum a posteriori (MAP) criterion, Multi-machine power system simulation and flow calculation, It uses a pulse of consumer law.)
- 2017-05-15 11:27:23下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
matlab3
利用matlab进行滑动平均法消除趋势项(Using matlab trend term moving average method to eliminate)
- 2013-09-15 10:44:18下载
- 积分:1
-
matlab
自适应遗传算法matlab代码,主要用于配电网路故障后恢复的研究(Adaptive genetic algorithm matlab code, mainly for the distribution of network failure recovery)
- 2013-05-29 21:20:25下载
- 积分:1
-
zhuanju
异步电动机直接转矩simulink仿真,运行时注意matlab的路径(The induction motor direct torque attention to the path of matlab simulink simulation, run-time)
- 2012-11-15 20:48:48下载
- 积分:1
-
matrix_chol
说明: matlab中chol函数的C++实现,即对矩阵进行分解,分解为上三角矩阵(chol matlab in C++, the function)
- 2011-03-14 19:28:50下载
- 积分:1