-
dongtaijuzhen
某控制对象的传递函数
用动态矩阵法控制设计控制器,使其输出跟踪阶跃给定
(Control object of a transfer function matrix method used to control the design of dynamic controllers, so that a given output tracking step)
- 2009-05-21 22:42:42下载
- 积分:1
-
MATLAB通信仿真及应用实例详解
本书着重介绍了MATLAB在通信仿真,尤其是移动通信仿真中的应用,通过丰富具体的实例来加深读者对通信系统仿真的理解和掌握。
全书共分10章,前3章介绍MATLAB通信仿真的基础,包括Simulink和S-函数;第4~8章分别介绍了信源和信宿、信道传输、信源编码、信道编码、信号交织以及信号调制的仿真模块及其仿真实现过程;第9章介绍了在通信系统的仿真和调试过程中经常遇到的问题及其解决办法;最后,第10章以cdma 2000为例介绍了移动通信系统的设计和仿真。
本书适用于通信行业的大专院校学生和研究人员,既可以作为初学者的入门教材,也可以用作中高级读者和研究人员的速查手册。(MATLAB communication simulation and application examples)
- 2018-02-17 15:42:30下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
lms_sys_1
LMS算法的最简单模型,可以参考下。在噪声消除等主动噪声控制中有应用(The lms which is used in some signal procesing)
- 2010-01-25 16:23:57下载
- 积分:1
-
Mymatlab
基于图像处理的颗粒分析系统设计,对颗粒图像进行处理,滤波,二值化,分割,最后统计颗粒粒径与个数(Particle analysis based on image processing system design, particle image processing, filtering, binarization, segmentation, the final particle size and the number of statistical)
- 2010-05-25 16:39:33下载
- 积分:1
-
weifenfangcheng
求简单微分方程的解析解,.求微分方程的数值解,数学建模实例。(Seeking simple differential equations, analytical solution. The numerical solution of seeking differential equations, mathematical modeling instance.)
- 2012-05-03 07:25:23下载
- 积分:1
-
CMFB_and_DFT
DFT滤波器组,画出了DFT分析滤波器组的图形,比较了余弦调制滤波器组(CMFB)和DFT滤波器组的性能(DFT filterbanks (analysis filterbanks)compare CMFB with DFT filterbanks)
- 2021-04-28 15:08:43下载
- 积分:1
-
MIMORadarDOAEstimation
MIMO雷达模型下一种子空间谱估计方法,采用过估计的方法,以避免信源数估计的问题,直接对数据协方差矩阵进行变换,从而构造了信号子空间投影矩阵和噪声子空间投影矩阵,不需要像经典的MUSIC一样对其进行特征分解,完全避开了在一般非理想情况下MUSIC算法必须面对的识别小特征值与大特征值的麻烦,降低了复杂度,而且该方法不受快拍数的影响,在相干源情况下也能准确的估计目标的入射角,不会出现伪峰。(A subspace based DOA (Direction-Of-Arrival) estimation method for MIMO (Multiple-Input Multiple-Output) radar is studied in this paper. By transforming the data covariance matrix, we can construct the projection matrix of signal subspace and noise subspace. The computation complexity of the algorithm is reduced as it does not need to perform eigendecomposition. By using the over estimated theory, this algorithm avoid estimating the number of signal sources and can keep a good estimate performance in the case of lower SNR (Signal-to-Noise Ratios) and multi-target. )
- 2012-04-07 23:34:35下载
- 积分:1
-
ex18
1. 设计在数组中查找数据模板函数
函数名: SeqSearch
参数名及顺序: 数组:list, 数据:key, 个数:n
返回: 成功:数据在数中的下标,失败: -1(1 designed to find the data in the array template function function name: SeqSearch parameter names and order: Array: list, data: key, number: n Returns: Success: Data on the number of the next standard, failed:-1)
- 2014-10-24 19:38:06下载
- 积分:1
-
eetop.cn_OFDM
相干光OFDM的书以及源代码,光OFDM的圣经。(Coherent optical OFDM books and source code, optical OFDM Bible.)
- 2020-12-09 20:39:20下载
- 积分:1