-
HomeWork
说明: BPSK原理仿真,采用的是相干解调和非相干解调(BPSK principle simulation, using coherent detection and non-coherent demodulation)
- 2011-03-06 14:45:09下载
- 积分:1
-
Face-Capture
这是一个用matlab编写的人脸搜索程序里面包含一个小的人脸图片数据集。(This is contains a small face images datasets were prepared using matlab face a search program inside.)
- 2014-10-26 14:05:54下载
- 积分:1
-
MatLab
THE USE OF MATLABLE,WELCOME TO DOWNLOAD.
- 2009-10-28 10:25:07下载
- 积分:1
-
kaerman
用MATLAB实现的卡尔曼滤波,根据有用信号和干扰噪声的统计特性(自相关函数或功率谱),以线性最小均方误差(MSE),能最大程度的滤除干扰噪声,提取有用信号。(Kalman filter using MATLAB, based on the statistical properties of the useful signal and interference noise (autocorrelation function or power spectrum), linear minimum mean square error (MSE), filter out noise interference to the greatest extent, to extract the useful signal.)
- 2013-11-25 19:34:21下载
- 积分:1
-
LDPC
ldpc码通过瑞利衰落信道功能分析BPSK 调制解调(LDPC MATLAB)
- 2021-03-13 09:29:25下载
- 积分:1
-
Classification_toolbox
模式识别工具箱 包含大部分duda的《pattern classification》的习题程序(pattern recognition toolbox)
- 2010-09-29 11:57:15下载
- 积分:1
-
PID_Weizhi
这是matlab中实现PID位置控制算法程序(This is the matlab PID position control algorithm)
- 2012-03-21 14:51:16下载
- 积分:1
-
gaijincholesky
改进cholesky分解,在cholesky分解基础之上进行改进,不需要分解的矩阵正定条件(Improve the cholesky decomposition, cholesky decomposition in the basis for improvement, positive definite matrix conditions without decomposition)
- 2011-11-13 21:22:54下载
- 积分:1
-
jingdiantongjifangfa-jiaocai
北大医学部(医学统计学)的课件,里面重点讲解实验数据统计,方差分析,相关与偏相关等方法,这是不确定性实验数据统计必修方法,使用matlab的同学有福了。(PUHSC (Medical Statistics) courseware, which highlight the experimental statistics, analysis of variance, correlation and partial correlation method, which is the uncertainty of experimental data statistics compulsory methods, the use of matlab student blessed.)
- 2013-07-04 04:31:33下载
- 积分:1
-
Matlab-project
roots -Polynomial roots
Syntax
r = roots(c)
Description
r = roots(c) returns a column vector whose elements are the roots of the polynomial c.
Row vector c contains the coefficients of a polynomial, ordered in descending powers. If c has n+1 components, the polynomial it represents is .
Tips
Note the relationship of this function to p = poly(r), which returns a row vector whose elements are the coefficients of the polynomial. For vectors,roots and poly are inverse functions of each other, up to ordering, scaling, and roundoff error.
- 2014-11-13 01:48:01下载
- 积分:1