-
assemble
梁单元总体刚度矩阵组装matlab源程序(The beam element stiffness matrix of MATLAB general assembly source program)
- 2013-11-17 13:45:36下载
- 积分:1
-
64QAM_baseband_system_receiver
64QAM基带系统接收机matlab代码:添加AWGN噪声,进行接收端匹配滤波器,8倍下采样,解调信号。(64QAM baseband system receiver matlab code: add AWGN noise, matched filter receiving end, eight times the down-sampling, the demodulated signal.)
- 2014-11-24 09:37:09下载
- 积分:1
-
TD
说明: TD信令流程 TDGSM切换测量控制 路由信令更新流程(TD signaling processes TDGSM switch routing signaling update process measurement and control)
- 2011-11-26 17:51:26下载
- 积分:1
-
syn_MIMO_OFDM
同步MIMO-OFDM系统,分为SNR=10和SNR=20两种参数进行仿真。MATLAB程序。(Synchronous MIMO-OFDM system, into SNR = 10 SNR = 20 and two kinds of parameters for simulation. MATLAB.)
- 2013-11-30 00:32:28下载
- 积分:1
-
Splines123
My Cubic Splines hope u like it
- 2010-10-25 05:36:16下载
- 积分:1
-
sort
Merge Sort Implementation!!
- 2014-10-07 13:50:43下载
- 积分:1
-
9MATLABCHULIXIN
第9章共振峰的估算方法259
9.1预加重和端点检测259
9.1.1预加重259
9.1.2端点检测260
9.2倒谱法对共振峰的估算260
9.2.1倒谱法共振峰估算的原理260
9.2.2倒谱法共振峰估算的MATLAB程序261
9.3LPC法对共振峰的估算262
9.3.1LPC法共振峰估算的原理262
9.3.2LPC内插法共振峰的估算263
9.3.3LPC求根法共振峰的估算266
9.4连续语音LPC法共振峰的检测268
9.4.1简单LPC共振峰检测268
9.4.2改进的LPC共振峰检测270
9.5基于HilbertHuang变换(HHT)的共振峰检测274
9.5.1希尔伯特变换275
9.5.2语音信号的另一种模型——AMFM模型278
9.5.3对AMFM模型的分析279
9.5.4语音信号共振峰特征参数提取的HHT方法279
9.5.5基于HilbertHuang变换的共振峰检测步骤和MATLAB程序280(Estimation Chapter 9 259 9.1 formant pre-emphasis and pre-emphasis endpoint detection 259 259 9.1.1 9.1.2 9.2 endpoint detection principle cepstrum estimate 260 to 260 9.2.1 formant formant estimation cepstrum 260 9.2.2 cepstrum estimate estimate estimate formant MATLAB program 261 9.3LPC method formant 262 9.3.1LPC law principle of formant estimation interpolation within 262 9.3.2LPC formants 263 9.3.3LPC Root Law resonance estimate peak 266 9.4 Continuous Speech LPC formant detection method is simple LPC formant 268 9.4.1 268 9.4.2 Improved detection LPC 270 9.5 formant detection based HilbertHuang transform (HHT) 274 9.5.1 formant detection Hill Another model 275 9.5.2 Hilbert transform voice signals- AMFM model 278 9.5.3 Analysis of the AMFM model HHT Method 279 9.5.4 formant speech signal feature extraction based HilbertHuang transform 279 9.5.5 Resonance peak detection step and MATLAB program 280)
- 2014-04-30 16:03:59下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
stdpf1
标准的粒子滤波器matlab程序,附有详细注释,可以帮助有效掌握粒子滤波算法。希望大家多提建议:)(standard particle filter Matlab procedures, with detailed notes, can help grasp the particle filter. We hope more suggestions :))
- 2006-12-13 00:23:26下载
- 积分:1
-
Copula
已调试好的Copula应用实例及其matlab程序源代码大全,案例为沪深股市日收益率的二元Copula模型及检验(failed to translate)
- 2021-02-23 22:59:40下载
- 积分:1