-
bpnnet_154
matlab实现的函数y=sinx的拟合程序,使用bp网络构造的算法,很简单很好用,已经实现结果(matlab a function of the realization of y = sinx fitting procedures, the use of the algorithm bp network structure is very simple and very good, and the results have been achieved)
- 2007-12-19 15:08:18下载
- 积分:1
-
RLSusingMATLABtoreducenoise
RLS算法用MATLAB实现语音去噪,包含源程序注释,方便易懂(RLS algorithm with MATLAB voice denoising)
- 2010-05-19 23:44:19下载
- 积分:1
-
hwEEGECG_ica
关于脑电信号预处理中的从脑电信号中滤除心电信号,用的是独立分量分析的方法,编写的程序很简单明了,并画出图形进行直观的观察对比(Pretreatment on EEG signals from the brain to filter the ECG, using independent component analysis method, a program written in very simple and intuitive observation to draw graphics comparison)
- 2011-07-28 09:26:41下载
- 积分:1
-
PhaseLockedLoop
This tutorial starts with a simple conceptual model of an analog Phase-Locked Loop (PLL). Through elaboration it ends at a model of an all digital and fixed-point phase-locked loop. The final model can serve a starting point for code generation (both ANSI C or synthesizable HDL).
The step-wise elaboration of the model illustrates how Simulink® forms the basis a model-based design where continuous verification of the model reduces errors.
- 2009-07-20 11:55:26下载
- 积分:1
-
Arc7
private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI * 0.5f
else return Math.PI * 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
else return Math.PI
else
{(private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI* 0.5f
else return Math.PI* 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
else return Math.PI
else
{)
- 2008-09-28 14:47:20下载
- 积分:1
-
voiceRecognitionSX
这是一个基于DTW的语音识别算法,由matlab实现,相信对大家有帮助。(This is a DTW-based speech recognition algorithm by matlab to achieve, I believe that everyone has to help.)
- 2013-11-18 16:14:02下载
- 积分:1
-
cnew_raphdd
Newton-Raphson s Method of Rootfinding
- 2013-10-25 17:49:22下载
- 积分:1
-
FIll-Water
matlab注水算法的代码,详细描述了注水算法的过程。(matlab water algorithm code, a detailed description of the process water algorithm.)
- 2014-01-11 22:25:54下载
- 积分:1
-
是指纹检测的matlab文件,解压后有一个TXT的文件说明可以,还包含几个图片,非常有用。...
是指纹检测的matlab文件,解压后有一个TXT的文件说明可以,还包含几个图片,非常有用。-Is the fingerprint detection matlab file, after extracting a TXT document that can be, but also contains several pictures, very useful.
- 2022-01-28 15:00:11下载
- 积分:1
-
regiongrow
该程序是MATLAB源程序,通过区域生长来对图像进行分割。(MATLAB source code of the program is through the growth to the region segmentation of images.)
- 2009-05-09 20:52:49下载
- 积分:1