-
UKF matlab生成C语言
这个代码是有一个外国人写的,主要讲的是ukf的实现。#include
#include
#include "FreeRTOS.h"
#include "kalman.h"
#include "matrix.h"
/*
* ukf_filter_new
*/
ukf_filter
ukf_filter_new(unsigned int state_dim,
- 2022-01-31 17:15:52下载
- 积分:1
-
下一部是计算求解方程组
下一部是计算求解方程组-under a calculation equations solution
- 2022-07-05 09:59:41下载
- 积分:1
-
21065L fft fir 源码
对于dsp系统的开发与应用有很大的好处。
21065L fft fir 源码
对于dsp系统的开发与应用有很大的好处。-21065L fft fir dsp source for the system development and application had a great advantage.
- 2022-01-20 23:16:59下载
- 积分:1
-
如何求K类均值,从给出的多维矩阵中可以求得K类动态均值,
如何求K类均值,从给出的多维矩阵中可以求得K类动态均值,-How to order K-type mean, from the given multi-dimensional matrix can be obtained in the K-means type of dynamic,
- 2022-01-21 05:53:11下载
- 积分:1
-
multiple search tree algorithm performance and Binary Tree Algorithm considerabl...
多重搜索树算法,性能和二叉树算法相当,但是更节省空间-multiple search tree algorithm performance and Binary Tree Algorithm considerable, but the space-saving
- 2022-01-26 00:38:41下载
- 积分:1
-
CKNN 用于多示例学习
CKNN Using the Citation KNN algorithm[1] to get the labels for bags in testBags, where minmum Hausdorff distance is used to measure the distances between bags
% CKNN takes,
% PBags - an Mx1 cell array where the jth instance of ith positive bag is stored in PBags{i}(j,:)
% NBags - an Nx1 cell array where the jth instance of ith negative bag is stored in NBags{i}(j,:)
% testBags - a Kx1 cell array where the jth instance of ith test bag is stored in testBags{i}(j,:)
% Refs - the number of referecnes for each test bag
% Citers - the number of citers for each test bag
% &n
- 2022-03-01 19:43:00下载
- 积分:1
-
《计算机算法基础》(华工版)关于单源点最短路径生成最短路径贪心算法;...
《计算机算法基础》(华工版)关于单源点最短路径生成最短路径贪心算法;-"computer algorithms" (laborers version) on the single-source shortest path generation Shortest Path greedy algorithm;
- 2022-06-12 13:59:16下载
- 积分:1
-
球面投影
球面投影,用于图像空间数据到目标坐标系下的映射,里面有测试图像及matlab程序代码,运行没有问题
- 2023-05-08 18:10:03下载
- 积分:1
-
巴斯角三角形
经典算法巴斯角三角形的实现,类似中国古代的杨辉三角#include
#define N 12
long combi(int n, int r){
int i;
long p = 1;
for(i = 1; i
- 2022-12-16 03:55:02下载
- 积分:1
-
C language map of the ergodic
遍历的C语言映射
- 2022-03-18 13:03:02下载
- 积分:1