-
Speech_codec_standard_classification
语音编码分类及编解码标准 G.711 G.721 G.729 GIPS比较(Speech coding and decoding standard classification. Txt G.711 G.721 G.729 GIPS)
- 2010-11-08 16:49:50下载
- 积分:1
-
RK2_system4_2a
rungekutta 2nd order pde
- 2015-11-15 07:03:28下载
- 积分:1
-
matlabmylib
sinc插值函数,在SAR、ISAR,通信等信号处理中有广泛的应用,是非常好的学习代码。(sinc interpolation function, there is a wide range of applications in the SAR, ISAR, communications and other signal processing, is a very good learning code.)
- 2020-09-09 16:48:02下载
- 积分:1
-
matlab897564
一些好用的matlab小程序,课用于计算一些最小树图,最短路程等(Matlab small number of useful procedures, classes used to calculate some of the most small tree map, the shortest distance, etc.)
- 2007-09-21 14:23:39下载
- 积分:1
-
ecg
ECG compilation for R-R detection. don t remember anything else from this file
- 2011-05-04 22:09:03下载
- 积分:1
-
AM
说明: 基于simulink的AM调制与解调仿真(AM modulation and demodulation simulation based on simulink)
- 2013-04-11 19:29:12下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
Taxicab_CCDF
THIS IS THE MATLAB SOURCE CODE
- 2014-02-25 11:50:04下载
- 积分:1
-
savitzkyGolay1D_rle
功能化一个输入向量利用Savitzky-格雷平滑滤波器的基础上一定程度的多项式的长度和移动窗口(The function smooths a input vector using Savitzky-Golay smoothing filter based on the degree of polynomial and the length of moving windows )
- 2012-04-09 21:12:12下载
- 积分:1
-
grey-prediction
灰色预测 可以在数学建模中使用 可以运行。
(Grey prediction)
- 2013-08-20 17:23:17下载
- 积分:1