-
用matlab编写的卡尔曼滤波程序,一个文件
用matlab编写的卡尔曼滤波程序,一个文件-Kalman filter using matlab programs written in
- 2022-07-20 03:42:04下载
- 积分:1
-
afanty_bigint.rar
afanty_Bigint.rar
- 2023-01-31 20:10:04下载
- 积分:1
-
HMM 算法
Contents of this directory
PROGRAMS
* Simple HMMs *
simpledemo.m - Simple demo of HMM code
hmm.m - hmm code
hmm_cl.m - code for calculating likelihood for an hmm
* Factorial HMMs *
fhmm.m - factorial HMM code (exact algorithm -- very slow)
- 2022-04-14 22:21:46下载
- 积分:1
-
粒子群算法
本程序将粒子群算法与支持向量机相结合,克服了粒子群算法陷入局部最优的弱点,并且用粒子群算法来训练支持向量机中的参数,使支持向量机在参数寻优中更有效,并且利用IRIS数据进行测试,数值试验表明,粒子群算法训练支持向量机具有很好的效果。
- 2023-08-11 16:10:03下载
- 积分:1
-
在MATLAB环境下进行各种曲线拟合算法,…
在matlab环境下能进行各种曲线拟合的算法,非常好。-In the matlab environment to conduct various kinds of curve fitting algorithms, very good.
- 2022-05-22 17:14:18下载
- 积分:1
-
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Wi...
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book supporting solve nonlinear equations code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
- 2022-01-24 14:09:54下载
- 积分:1
-
FFT parallel code implementation in c
FFT parallel code implementation in c
- 2022-05-09 00:24:36下载
- 积分:1
-
在matlab环境,实现language算法,根据所给的点确定原函数
在matlab环境,实现language算法,根据所给的点确定原函数-language method
- 2022-04-27 17:39:33下载
- 积分:1
-
应用密码学:协议、算法与C源程序 DES 源码
应用密码学:协议、算法与C源程序 DES 源码
Additional functions not in the MIT library are:
des_dea - Identical to des_ecb_encrypt.
des_key - Same as des_set_key without any parity
or weak-key test.
des_ecb2_encrypt - The Electronic Code Book mode of
encryption/decryption on
- 2022-02-22 06:23:36下载
- 积分:1
-
基于FPGA的数字PID
应用背景数字PID,可用于各类开关电源控制,亲测可行,灵活性较高,但是不是利用浮点型计算,用的整形计算,还是会存在细微误差,但是在速度方面可以弥补这方面误差,可利用其搭建各种反馈数字电路关键技术数字PID,考虑到了由于负数所带来的影响,利用补码进行不足,防止计算的时候溢出,还可以根据你的需求对其中的位数进行调整,达到实际需求,不适用模块写的,整个用状态机完成
- 2022-03-11 08:43:15下载
- 积分:1