-
Codificador_audio
Codificador de audio para ruido blanco y coloreado
- 2010-12-07 02:43:53下载
- 积分:1
-
sanxiangquankongzhengliudianlu
三相可控硅全控整流 功率因数 matlab仿真 工业控制 (
Three-phase silicon controlled rectifier all control the power factor matlab simulation industrial control)
- 2011-10-07 00:41:53下载
- 积分:1
-
POD1
POD分解,本证正交分解,用于能量,频率等的提取和分解分析(POD decomposition, orthogonal decomposition of the card used for the extraction of energy, frequency and decomposition analysis)
- 2013-03-30 20:13:02下载
- 积分:1
-
MATLAB-R2008
在MATLAB 环境下一些图像处理的例子,MATLAB R2008数字图像处理与分析实例教程源程序.(Some examples in MATLAB environment for image processing, MATLAB R2008 digital image processing and analysis tutorial examples source.)
- 2014-10-27 16:26:52下载
- 积分:1
-
SVM
支持向量机方法是建立在统计学习理论的VC 维理论和结构风险最小原理基础上的,根据有限的样本信息在模型的复杂性(即对特定训练样本的学习精度,Accuracy)和学习能力(即无错误地识别任意样本的能力)之间寻求最佳折衷,以期获得最好的推广能力[14](或称泛化能力)。 (SVM is based on statistical learning theory and the theory of VC dimension based on structural risk minimization principle, according to the limited sample of information in the model complexity (ie, training samples of a specific learning accuracy, Accuracy) and learning ability (ie, error-free samples to identify any capacity) to find the best compromise between, in order to obtain the best generalization ability [14] (or generalization).)
- 2010-10-25 17:19:32下载
- 积分:1
-
5
说明: this module shows how well the various wavelet filters perform in practice
- 2009-10-24 17:32:25下载
- 积分:1
-
02
说明: 基于MATLAB的信号与系统仿真课件
基于MATLAB的信号与系统仿真课件需在MATLAB环境下运行,需运行本软件,
请先进入MATLAB,然后键入主程序名main.m(MATLAB-based signal and system simulation courseware MATLAB-based signal and system simulation courseware required to run in the MATLAB environment is required to run this software, please enter the MATLAB, and then type the name of the main program main.m)
- 2009-10-29 11:22:20下载
- 积分:1
-
Attitude3D
identifacation systems
- 2013-07-16 19:58:12下载
- 积分:1
-
matlab1
Speech Recognition using Hmm model..
- 2013-11-10 01:19:28下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1