-
8
说明: 用matlab编的语音增强的一个程序,是用维纳滤波实现的,(Matlab made use of a speech enhancement procedure, Wiener filter is used to achieve,)
- 2009-01-08 10:02:34下载
- 积分:1
-
LMS
应用LMS算法去除噪声,纯净信号为各种数字调制信号,本程序中选的是数字调幅信号8ASK,噪声是高斯白噪声,信噪比可以任意指定。(Application of LMS algorithm to remove noise, clean signal for a variety of digital modulation signal, this procedure is successful digital AM signal 8ASK, noise is white Gaussian noise, signal to noise ratio can be specified.)
- 2008-06-04 16:28:43下载
- 积分:1
-
matlabdrawing
1) 已知x=[1:15], y=[12 34 56 78 99 123 165 198 243 277 353 345 303 288 275], 用多项式进行拟合,给出拟合多项式,(所选拟合多项式阶数不同,拟合结果不同,请你选择适当的阶数进行拟合),并绘出原始数据点、拟合曲线和95%置信区间(confidence bounds)的图形
.
2) 根据下面数学模型建立仿真模型,并在一个示波器中把它们的波形仿真出来。
(1) are known to x = [1:15], y = [12 34 56 78 99 123 165 198 243 277 353 345 303 288 275], with polynomial fitting, given the polynomial fitting, (the election order polynomial fitting different fitting results to differ, please select the appropriate order of fit), and draw original data points, fitting curve and 95 confidence interval (confidence bounds) graphics .2 ) In accordance with the following mathematical model for the establishment of simulation model, and in an oscilloscope waveform in their simulation out.)
- 2008-03-06 10:24:51下载
- 积分:1
-
matlabmethodofdesign
学习资料,MATLAB初级学者应用(learning materials, MATLAB application junior scholars)
- 2007-06-13 22:55:08下载
- 积分:1
-
LEACHaTEEN
performance of TEEN Vs LEACH protocol in wireless sensor network.
code is return in MATLAB and simulated successfully. also result are improved than conventional LEACH protocol in wsn.
- 2014-09-21 14:05:55下载
- 积分:1
-
call-non-function
Make sure that calling a non-function global doesn t crash the system while building the IC for it.
- 2014-01-12 10:07:00下载
- 积分:1
-
bx861
实现典型相关分析,电力系统暂态稳定程序,可以进行暂态稳定计算,IMC-PID是利用内模控制原理来对PID参数进行计算。( Achieve canonical correlation analysis, Power System Transient Stability Program, can be transient stability, The IMC- PID is using the internal model control principle for PID parameters is calculated.)
- 2021-05-07 21:22:36下载
- 积分:1
-
Order_tracing
说明: 计算阶次分析的案例,需要转速信号进行角度域重采样。(In the case of order analysis, the angle domain resampling of speed signal is needed.)
- 2020-11-24 21:39:35下载
- 积分:1
-
newton_raphson
Summary: Newton-Raphson method for all real roots of the polynomial.
MATLAB Release: R11
Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
(Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.)
- 2008-01-11 15:07:04下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1