-
基于vc6.0的一个计算非方阵矩阵的广义逆矩阵的算法,输入要求为矩阵的指针表示,矩阵的行数和列数,函数返回的是矩阵的广义逆矩阵,附带结果的验证...
基于vc6.0的一个计算非方阵矩阵的广义逆矩阵的算法,输入要求为矩阵的指针表示,矩阵的行数和列数,函数返回的是矩阵的广义逆矩阵,附带结果的验证-Vc6.0 based on a calculation of non-square matrix of the generalized inverse matrix of the algorithm, input requirements for the indicator matrix, said matrix of rows and columns, are the return function of the generalized matrix inverse matrix, with the results of the verification
- 2022-11-10 10:30:04下载
- 积分:1
-
自适应滤波器的模拟实验源代码,VC实现,Filter
自适应滤波器的模拟实验源代码,VC实现,Filter-Adaptive filter simulation source code, VC realize, Filter
- 2023-01-02 04:50:26下载
- 积分:1
-
自己编的一个判断浮点数的有限自动机,大家来看看啊
自己编的一个判断浮点数的有限自动机,大家来看看啊-own series of the float of a judge finite automata, we arrives
- 2022-03-25 12:02:07下载
- 积分:1
-
图像处理中的奇异值分解和矩阵运算
图象处理中用到的奇异值分解及矩阵运算-singularity value decomposition and matrix computation used in image processing
- 2023-06-05 01:45:03下载
- 积分:1
-
数值算法库for Unix,含有很多数值算法
数值算法库for Unix,含有很多数值算法- Value algorithm storehouse for Unix, includes the very many
values algorithm
- 2022-06-17 01:49:24下载
- 积分:1
-
科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。...
科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。-Science and engineering computing interpolation algorithm commonly used: Aitken, Akima, Hermite, Lagrange, spline interpolation.
- 2022-03-19 21:38:14下载
- 积分:1
-
样条函数程序
此程序可以计算 1-D 样条函数。用户可以把一些已知的 1 D 数据、 和内插的值可以由惩基于样条函数计算。
- 2022-05-21 03:37:07下载
- 积分:1
-
跟踪滤波的目的是根据已获得的目标观测数据对目标的状态进行精确估计,跟踪滤波的关键是对机动目标的跟踪能力,机动目标跟踪的主要困难在于跟踪设定的目标模型与实际的目标...
跟踪滤波的目的是根据已获得的目标观测数据对目标的状态进行精确估计,跟踪滤波的关键是对机动目标的跟踪能力,机动目标跟踪的主要困难在于跟踪设定的目标模型与实际的目标动力学模型的匹配问题。
-The purpose of tracking filter is based on objective observational data has been the target of the state accurately estimate the key to tracking filter for maneuvering target tracking capabilities, the main difficulty maneuvering target tracking is to track the target model to set realistic goals and motivation learn the model matching problem.
- 2022-04-13 15:56:38下载
- 积分:1
-
SPH method used to prepare the shock tube procedures, the development of the lan...
用SPH方法编写的激波管程序,开发语言C-SPH method used to prepare the shock tube procedures, the development of the language C
- 2023-07-18 05:15:03下载
- 积分:1
-
四轴飞行器(实现平衡调节)
应用背景通过遥控器可以控制四轴的姿态,同时四轴的姿态也可以通过蓝牙的数据传输,从上位机观测四轴的姿态。在这里我们通过调节PID的参数来完成对四轴的控制,而姿态的解析算法则是通过IMU算法来完成,用四元数进行计算,方便计算。 关键技术编程方式采用C语言编程,主控芯片采用STM32,主频速度可以达到72M,控制周期为2ms,在算法中,控制算法使用了PID控制算法,在调节参数时,先调节PD,一个是回复里,一个是阻尼力,再调节I,消除静态误差,从而使得四轴飞行器可以很稳地飞上高空,未来打算加上定高。
- 2023-02-03 17:10:04下载
- 积分:1