-
quitz9
说明: 决定性系统中,设计一个状态观测器和反馈系统(Design a combined state observer and feedback system for the system below)
- 2010-04-29 05:43:32下载
- 积分:1
-
MATLAB-Programming-for-Engineers
MATLAB编程(第二版)Stephen J.Chapman著,国外高校电子信息类优秀教材中文翻译版,菜鸟级入门教程,简单易学。(MATLAB Programming (Second Edition) Stephen J. Chapman a, good foreign universities teaching Chinese electronic information translated version, the rookie-level introductory tutorial, easy to learn.
)
- 2011-12-02 10:14:30下载
- 积分:1
-
The-system-identification
系统辨识及其MATLAB仿真(候媛彬),经典书籍,有源程序代码!(The system identification and matlab simulation. )
- 2011-12-21 17:40:15下载
- 积分:1
-
PB_DAS_antenna_placement
分布式天线部署解雇。具体来说就是基站采用分布式天线,程序完成位置部署。(The deployment of distributed antennas of base station. Specifically, this is the program to deploy the location of distributed antennas.)
- 2016-01-22 20:06:29下载
- 积分:1
-
fxrapt
这个函数提供了一种基音频率检测算法,具体的算法内容详见MATLAB文件的说明,有详细的注释,工程中已经应用过,有较好的应用价值(This function provides a pitch detection algorithm, the specific content of the algorithm see MATLAB documentation, detailed annotations, engineering has been applied, has good application value)
- 2009-03-03 10:36:36下载
- 积分:1
-
Pow
根据能谱的定义来计算能谱的程序,内涵fortran程序(power spectral)
- 2009-10-24 15:41:15下载
- 积分:1
-
N-Lsuanfa
改进牛顿拉夫逊法,克服传统的牛顿法的缺点,缩短计算时间。(Improved Newton Raphson method to overcome the shortcomings of the traditional Newton method to shorten the calculation time.)
- 2014-11-09 20:50:42下载
- 积分:1
-
case1354pegase
1354node of the trend of the calculation of the code on the p q, run in matlab will appear results
- 2017-04-27 08:53:04下载
- 积分:1
-
polardb
波束形成算法中一种变换形式的极坐标算法(与传统的极坐标算法不同)(Polardb is a modified version of the regular polar function.)
- 2012-04-23 11:27:59下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1