-
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
-
数字音频水印MATLAB程序
说明: 语音信号处理代码,可插入水印,并进行还原处理(Speech Signal Processing Code)
- 2019-07-08 15:40:37下载
- 积分:1
-
matlab_xhcl
matlab信号处理,很详细的一本书,希望对你们有所帮助(matlab signal processing, a very detailed book, want to help you)
- 2010-10-09 11:54:42下载
- 积分:1
-
phase_graphic
相空间重构,以及绘制相空间图.
程序并不复杂,但运行效果良好.(phase reconstitution, and phase graphic mapping.)
- 2010-03-08 13:07:51下载
- 积分:1
-
somsh
基于自组织型神经网络SOM的分类,自动选取不同神经元的个数。(Based on self-organizing neural network SOM classification, automatically selects the number of different neurons.)
- 2014-09-22 21:12:37下载
- 积分:1
-
CompressiveSensing_OMP
关于压缩感知中算法重构做得仿真,供参考。(Compressed sensing reconstruction algorithm for the simulation done for reference.)
- 2011-11-17 08:49:10下载
- 积分:1
-
calcError
Sensoer code is realted to loacalization that is written in matlab programming..
- 2009-07-09 01:36:25下载
- 积分:1
-
tiaoma20060322
说明: 文字与拼音字母转换源码输入文字后将拼音字母转换出来(characters and phonetic alphabets source conversion to enter text will change from the phonetic alphabets)
- 2006-03-22 10:59:07下载
- 积分:1
-
mixture_of_gaussians
这个程序是基于混合高斯背景模型的运动目标检测算法,m文件和所用视频放到matlab的工作目录下即可运行(This program is based on the Gaussian mixture background model of moving target detection algorithm, m, and used video files into matlab working directory to run)
- 2011-08-21 16:44:22下载
- 积分:1
-
编程实践题目-矩阵分解
一、穆勒矩阵构成
穆勒矩阵是一个4*4的矩阵,完整描述了介质的偏振属性。可通过水平线偏振光H、垂直线偏振光V,45°线偏振光P,右旋圆偏振光R入射,并分别探测水平线偏振光H、垂直线偏振光V,45°线偏振光P,右旋圆偏振光R出射情况下的能量值,即16种偏振态组合下的强度结果,HH/ HV/ HP/ HR,PH/ PV/ PP/ PR,VH/ VV/ VP / VR和RH/ RV/ RP/ RR。进而Mueller矩阵可按照公式(1)计算得到:(First, the Muller matrix The Muller matrix is a 4*4 matrix that completely describes the polarization properties of the medium. The horizontal line, vertical line polarized light polarized light H V, 45 degrees P linearly polarized light, right circularly polarized incident detection and R, respectively, H vertical horizontal line polarized light polarized light V, 45 degrees P linearly polarized light, right circularly polarized light R emitted under the condition of energy intensity results of 16 kinds of polarization combinations HH/ HV/, HP/ HR, PH/ PV/ PP/ PR VH/, VV/ VP and RH/ RV/ RP/ RR / VR. Furthermore, the Mueller matrix can be calculated according to formula (1):)
- 2017-07-02 17:00:55下载
- 积分:1