-
chap8
《matlab应用大全》赵海滨编著,清华大学出版社,第八章主讲matlab符号计算(The application of matlab Zhao Haibin compiled, tsinghua university press, chapter 8 on matlab symbolic computation)
- 2013-10-31 09:40:42下载
- 积分:1
-
fangzhen5
这个程序是一个风力机一阶和三阶模型相关问题的研究和仿真。(This program is the study and simulation of a wind turbine first-order and third-order model-related issues.)
- 2015-01-22 11:18:55下载
- 积分:1
-
sanxiang
基于matlab的三相桥式整流电路仿真模型的仿真(Three-phase bridge rectifier circuit simulation model)
- 2013-10-03 00:26:11下载
- 积分:1
-
Yan_Yi_OOK
仿真OOK载波调制信号在AWGN信道下的误码率和误比特率性能,并与理论值相比较。
OOK是ASK调制的一个特例,把一个幅度取为0,另一个幅度为非0,就是OOK。(OOK modulation signal simulation in AWGN channel bit error rate and bit error rate performance, and compared with the theoretical value. OOK is a special case of ASK modulation to an amplitude taken as 0, and the other non-zero amplitude is OOK.)
- 2014-11-05 15:45:01下载
- 积分:1
-
The-multivariable-PID-tuning
多变量PID调谐功率单元机组的非线性控制(Multivariable PID tuning Power Generating Unit and nonlinear control)
- 2013-04-19 20:06:14下载
- 积分:1
-
GNSS_SDR
GPS software receiver
- 2010-12-23 17:49:30下载
- 积分:1
-
44
说明: BP算法是为了解决多层前向神经网络的权系数优化而提出来的;所以,BP算法也通常暗示着神经网络的拓扑结构是一种无反馈的多层前向网络(BP algorithm is to solve the multi-layer feedforward neural network weights optimization and put forward Therefore, BP algorithm usually implies that the topology of neural network is a multi-layer feedback-free network)
- 2008-11-10 20:55:07下载
- 积分:1
-
RLS_Equalizer
采用RLS算法实现自适应均衡,还有Simulink图,效果较好(Adaptive equalizer using RLS algorithm, as well as Simulink diagram, the effect is good)
- 2010-08-24 17:49:03下载
- 积分:1
-
Creating_Graphical_User_Interfaces
Matlab官方文档:matlab图形界面编程(Matlab official documents : Matlab GUI Programming)
- 2006-05-26 11:23:59下载
- 积分:1
-
fractaldim(y-Q-M)
计盒分形维数计算的matlab源代码编程实现过程(Function [Fdgen NoisfreFD ]=fractaldim(y,Q,M)
__________________________________________________________________________
Usage: Computes fractal dimension by box counting(BC) method.
NOTE: Running the code may take a little time, because it calculates
dimensions for all embedding dimensions up to M.
This code is based on an algorithm that constructs a box for the first
observation and for other observations test which it belongs to previous
box(s). If the observation belongs to one of the existent boxes then
increases number of points in the relevant box,otherwise makes a new box. the algorithm of this code uses only rounding down and it does not need
binary coding, sorting and so on. It uses only transformation data to [0,2^32-1] and finding valid boxes based on Leibovich and Toth(1989). Inputs: y is a vector time series. q stands for generalized dimension q=1 entropy dimension,q=2 correlation dimension and so on. q=0 is box counting dimen)
- 2014-11-30 13:19:02下载
- 积分:1