-
KalmanFiltering
关于卡尔曼滤波的好书,详细介绍了卡尔曼滤波的原理以及实现。(detial Kalman Filtering,and give various examples)
- 2010-06-09 19:14:10下载
- 积分:1
-
matlab-DSP
包括信号系统和系统响应,FFT谱分析,双线性法设计IIR数字滤波器,窗函数法设计FIR数字滤波器,四部分matlab仿真程序,以及必要的说明。(Including the signal system and the system response, FFT spectrum analysis, bilinear Design of IIR digital filters, window function method for the design FIR digital filters, four-part matlab simulation program, and the necessary instructions.)
- 2009-11-10 14:16:15下载
- 积分:1
-
00929583
for master degree seminar good file from ieee site
- 2013-10-04 18:24:00下载
- 积分:1
-
Mppt_sfunction
利用扰动观察法实现光伏电池的最大功率点的跟踪(Perturbation and observation method using photovoltaic cells to achieve maximum power point tracking)
- 2011-05-24 15:54:13下载
- 积分:1
-
svpwmnibianqi
svpwm控制逆变器,在matlab simulink仿真环境下运行通过。需要的朋友可以下载。(three phase inverter ,use in the matlab simulink and sucefully pass.)
- 2012-04-22 11:04:54下载
- 积分:1
-
equal-area-critirea
E=input( enter the generator voltage: )
V=input( enter the infinite bus voltage: )
Gx=input( enter the reactance of generator: )
L1x=input( enter the line reactance: )
L2x=input( enter the line reactance: )
L3x=input( enter the line reactance: )
L4x=input( enter the line reactance: )
Pi=input( enter the input power: )
X1=Gx+L1x+((L2x*L3x)/(L2x+L3x))+L4x
Pm1=E*V/X1
DO=asin(Pi/Pm1)
A=((L2x*L3x)/(2*(L2x+L3x)))
C=A
B=((L3x/2)^2)/(L2x+L3x)
X2=(Gx+L1x+A)+(L4x+A)+(Gx+L1x+A)*(A+L4x)/B
Pm2=(E*V)/X2
X3=Gx+L1x+L2x+L4x
Pm3=(E*V)/X3
DC=input( enter the fault clearing angle: )
Dm=(3.14-asin(Pi/Pm3))
a1=quad( sin ,DO,DC)
A1=(Pi*(DC-DO)-Pm2*a1)
a2=quad( sin ,DC,Dm)
A2=Pm3*a2-Pi*(Dm-DC)
if(A2>=A1)
disp( the system is stable )
else
disp( the system is unstable )
end
Dcc=acos((Pi*(Dm-DO)-Pm2*(cos(DO))+Pm3*(cos(Dm)))/(Pm3-Pm2))
disp( critical clearing angle: )
Dcc
- 2012-09-11 22:46:05下载
- 积分:1
-
recognition
本实验语音库为免费的柏林情感语音库,其采样频率为16KHZ,16bit量化。该语音库共有500 句情感语音信号,分别由十名专业演员(5 男,5 女)在不同情感状态下(高兴、愤怒、平静、悲伤、害怕、厌烦、憎恨)朗读十句不同文本的德语组成。本实验选取其中的部分情感(高兴、愤怒、悲伤)加以识别。仿真实验环境为MATLAB7.0。
实验选取的情感特征为短时平均能量、短时平均幅度、基频和短时过零率。为了降低不同人在表达不同情感时的个人差异造成的影响,本文实验过程中将提取的情感特征进行归一化处理。归一化采取将同一个人的三种情感语音信号的情感特征放在一起归一化处理,并将归一化后的情感特征作为KNN分类器的训练样本和测试样本。
该实验使用了传统的KNN算法和改进算法两种识别方式,通过实验结果对比了各自的特点。
(This experiment YuYinKu for free Berlin YuYinKu emotion, the sampling frequency for 16 KHZ, 16 bit quantification. The YuYinKu 500 words of emotional speech signal, respectively by ten professional actors (5 male, five female) in different emotional state (happy, anger, sadness, fear, calm, bored, hate) read ten sentences in different text of the German. This experiment selection of part of the emotions (joy, anger, sadness) is recognized. The simulation experiment environment for MATLAB7.0.
The selection of emotional characteristics for short-term average energy, short-term average amplitude, frequency, and the short zero rate. In order to reduce the different people in different emotional expression of the impact of individual differences, the experiment process will extract emotional characteristics is normalized. The normalized will take the same three kind of emotional speech signal emotional features normalized put together, and after the normalized the emotional characteristics)
- 2012-03-06 11:30:54下载
- 积分:1
-
two_D_FFT
用matlab实现的对输入的图像进行快速傅立叶变换()
- 2007-09-18 10:52:31下载
- 积分:1
-
PV_System_MPPT_Grid
matlab code for Grid connected PV system with MPPT
- 2015-02-03 14:30:20下载
- 积分:1
-
simplex2f
This program is about simplex2f!
- 2012-12-03 20:09:01下载
- 积分:1