联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数值算法/人工智能(229) 
按平台查找All matlab(229) 

[数值算法/人工智能] 1-D-Bar-Nonlinear-and-Linear-FEM-Solver

有限元解算器,用于比较分布载荷下1D水平杆的线性解和非线性解。非...,
Finite element solver that compares the linear solution of a 1D horizontal bar, under a distributed load, with the nonlinear one. The nonlinear FEM solution is performed with the use of Newton-Raphson method (2023-03-30, matlab, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693974434347314.html

[数值算法/人工智能] ismooth_newton_method_for_static_contact_problems

作为我硕士论文的一部分,结合有限元方法开发的半光滑牛顿解算器,可以用于求解正则...,
As part of my master thesis, the developed semismooth Newton solver in combination of finite element method, can be used to solve regular nonlinear elastic-contact problems of any geometry and multi-contact condition (2016-04-06, matlab, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693974306154312.html

[数值算法/人工智能] MFCC参数提取

mfcc 参数提取滤波器的阶数为24,fft变换的长度为256,采样频率为8000Hz
MFCC parameter extraction The order of the filter is 24, the length of FFT transform is 256, and the sampling frequency is 8000Hz (2019-12-10, matlab, 52KB, 下载4次)

http://www.pudn.com/Download/item/id/1575943238316410.html

[数值算法/人工智能] 13 决策树与随机森林参考程序

数据分析时,通过观察树的上层结构,能够对分类器的核心思路有一个直观的感受。
In data analysis, by observing the upper structure of the tree, we can have an intuitive sense of the core idea of the classifier. (2019-08-03, matlab, 1459KB, 下载3次)

http://www.pudn.com/Download/item/id/1564840066220381.html

[数值算法/人工智能] 单层感知器

在复杂神经网络系中,如何快速寻找直定的目标,需要时间越短越好,单层目标是一种有效的解决方式
In a complex neural network system, how to quickly find a straight target, the shorter the time, the better, the single-layer target is an effective solution. (2019-07-29, matlab, 14KB, 下载1次)

http://www.pudn.com/Download/item/id/1564403317276088.html

[数值算法/人工智能] 面向目标定位的无线传感器网络matlab仿真

包含多种方法用于目标跟踪,有RSSI,APTI等
THIS zip inclide some more than three ways to track the trace people in the monitored area. (2018-05-15, matlab, 8979KB, 下载15次)

http://www.pudn.com/Download/item/id/1526364483633811.html

[数值算法/人工智能] COSFIRE

对于给定的一张图片,通过COSFIRE滤波器,不断学习得到训练图片分支点的特征,用于待检测图片的分支点检测。
For a given image, through the COSFIRE filter, the characteristics of the branch points of the training picture are continuously learned and used for the branch point detection of the picture to be detected. (2018-05-02, matlab, 2837KB, 下载7次)

http://www.pudn.com/Download/item/id/1525228359484687.html

[数值算法/人工智能] Spektr Code

可以产生指定能量的X射线能谱,加滤波器,计算半价层厚度等等
It can generate X ray energy spectrum of specified energy, add filter, calculate half price layer thickness and so on. (2018-04-26, matlab, 605KB, 下载6次)

http://www.pudn.com/Download/item/id/1524710308608529.html

[数值算法/人工智能] P2_KalmanFilter_Example

卡尔曼滤波(Kalman filtering)一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。由于观测数据中包括系统中的噪声和干扰的影响,所以最优估计也可看作是滤波过程。 斯坦利·施密特(Stanley Schmidt)首次实现了卡尔曼滤波器。卡尔曼在NASA埃姆斯研究中心访问时,发现他的方法对于解决阿波罗计划的轨道预测很有用,后来阿波罗飞船的导航电脑使用了这种滤波器。 关于这种滤波器的论文由Swerling (1958), Kalman (1960)与 Kalman and Bucy (1961)发表 卡尔曼滤波,非常66666666666666666666666666的程序
Calman filter (Kalman filtering) uses the state equation of linear system and optimally estimates the state of the system by input and output observation data. Because the observation data includes the influence of noise and interference in the system, the optimal estimation can also be considered as a filtering process. Stanley Schmidt (Stanley Schmidt) realized the Calman filter for the first time. When Calman visited the NASA Ames Research Center, he found that his method was very useful for solving Apollo plan's orbit prediction. Later, Apollo's navigation computer used this filter. Papers on this filter are published by Swerling (1958), Kalman (1960) and Kalman and Bucy (1961) Calman filter, a very good program (2018-03-17, matlab, 1KB, 下载8次)

http://www.pudn.com/Download/item/id/1521273747317602.html

[数值算法/人工智能] Force_calculate

等效法计算气隙磁通及涡流阻尼器阻尼力,边界条件算法
The equivalent method is used to calculate the air gap flux and the damping force of the eddy current damper. The boundary condition algorithm (2018-03-09, matlab, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/1520602684978727.html

[数值算法/人工智能] wuzhongxianxinxing

属于三相交流调压电路中三角形连结方案的一种,无中线星型连结三相交流调压器。
It is one of the triangular connection schemes in the three-phase AC voltage regulation circuit, and there is no medium star connected three-phase AC voltage regulator. (2017-12-21, matlab, 8KB, 下载9次)

http://www.pudn.com/Download/item/id/1513836373660497.html

[数值算法/人工智能] RLS滤波

基于最小二乘法RLS的滤波算法m语言编程的一个例子,可直接嵌套使用
Based on the least squares RLS filtering algorithm, M language programming example, can be directly nested (2017-08-10, matlab, 1KB, 下载11次)

http://www.pudn.com/Download/item/id/1502369760306450.html

[数值算法/人工智能] 6

最近邻法和K近邻法。作为分类器算法,k近邻法和最近邻法应用广泛
Nearest neighbor and K-nearest neighbor method. As a classifier algorithm, widely k nearest neighbor method nearest neighbor method and application (2014-03-02, matlab, 2KB, 下载13次)

http://www.pudn.com/Download/item/id/2473510.html

[数值算法/人工智能] knn_K-nearest

是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。
k-Nearest Neighbor algorithm, It is a very useful matlab code. (2013-05-09, matlab, 3KB, 下载18次)

http://www.pudn.com/Download/item/id/2235097.html

[数值算法/人工智能] chapter14

利用粒子群算法对PID 控制器的参数进行优化
Using particle swarm algorithm to optimize the parameters of PID controller (2012-01-08, matlab, 141KB, 下载27次)

http://www.pudn.com/Download/item/id/1752952.html

[数值算法/人工智能] chnn-pi

用CHNN进行PI控制器参数的优化设计,CHNN由两个神经元组成
Carried out with CHNN Optimal Design of PI controller parameters, CHNN formed by two neurons (2010-01-22, matlab, 1KB, 下载18次)

http://www.pudn.com/Download/item/id/1048656.html

[数值算法/人工智能] knn

k近邻问题,我自己做的,效果有保证,还有测数据
k neighbor problem, I do, the effect is guaranteed, as well as measured data (2009-12-20, matlab, 3KB, 下载245次)

http://www.pudn.com/Download/item/id/1010963.html

[数值算法/人工智能] pcm

本文是关于A率PCM译码器的设计源程序,程序内有详细的解析可以供参考
This article is about the rate of PCM decoder A design of source code, the program contains a detailed analysis can be used for reference (2009-12-03, matlab, 250KB, 下载14次)

http://www.pudn.com/Download/item/id/992002.html

[数值算法/人工智能] KLclassify

模式识别中kl分类器的源码,模式识别课程作业,用matlab完成,如果需要该代码的详细介绍,可以站内联系我~~
Pattern Recognition kl classifier source, pattern recognition, course work, using matlab to complete, if you need detailed description of the code, you can contact me within station ~ ~ (2009-11-29, matlab, 1KB, 下载10次)

http://www.pudn.com/Download/item/id/986577.html

[数值算法/人工智能] FIR

用FIR设计数字滤波器的实验代码,附有详细的实验说明和源代码以及对实验现象的分析
FIR digital filter design using the experimental code, with detailed experimental descriptions and source code as well as the analysis of experimental phenomena (2008-10-08, matlab, 40KB, 下载20次)

http://www.pudn.com/Download/item/id/557373.html
总计:229