-
FIFO+LUR算法演示系统,是老师对学生进行算法教学的一个演示课件
FIFO+LUR算法演示系统,是老师对学生进行算法教学的一个演示课件-FIFO LUR algorithm demonstration system is the teacher to student teaching in an algorithm demonstration courseware
- 2022-08-17 00:23:40下载
- 积分:1
-
jacobi,gauss,迭代法以及lu分解求解线性方程组
LU分解进行方程组的求解需要将系数矩阵进行分解,数值分析中更喜欢用迭代法来逼近真解利用迭代进行方程组的求解,将其转化成机械的运算,收敛性较好,能达到较高精度
- 2022-01-25 14:40:01下载
- 积分:1
-
ANO_RC_v1-开源匿名飞控
应用背景主控芯片STM32F103 ,主频72M,具有丰富的外设接口。姿态芯片采用MPU6050。包含3轴陀螺仪和3轴加速度。关键技术四元数姿态解算源码,采用四元数计算飞控姿态角,运算量小,更新速度快,华东窗口滤波源码,对噪声较大的加速度进行滑动窗口滤波,效果显著
- 2022-01-28 16:54:07下载
- 积分:1
-
matlab数字信号处理代码,仿真信号处理的内容
matlab数字信号处理代码,仿真信号处理的内容-Matlab digital signal processing code, simulation of signal processing
- 2022-07-28 03:10:24下载
- 积分:1
-
ansys55的批处理源码,用于分析弹性板壳振动时的固有频率和空间模态...
ansys55的批处理源码,用于分析弹性板壳振动时的固有频率和空间模态-ansys55 source for the analysis flexibility at the plate vibration natural frequencies and modal space
- 2022-08-15 00:54:22下载
- 积分:1
-
//=== === === === === ==== === === === === === === =// letter Description// func...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------ 拟合多项式的阶数(已知条件)
// double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件)
// double *x--- 结点x轴数据(已知条件)
// double *y--- 结点y轴数据(已知条件)
// double *Yg-- 结点估计值,个数为m(过程变量)
// int m------ 结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = a0 + a1x +a2x2
-//=== === === === === ==== === === === === === === =// letter Description// function name : Correlation// Function functions : Calculation least squares polynomial fitting of the correlation coefficient// Use : int M------ polynomial fitting stage (known condition)//* b--- double fitting song The coefficient, Higher-order the order on grounds of low order (known condition)//* double-node x x axis data (known to be pieces)// double* y--- node y-axis data (known condition)//* double FSL-- Nodes estimates, Number m (process variables)// int m------ node number (known condition)// Note : polynomial order of a maximum of 10. polynomials in the
- 2022-04-29 13:08:12下载
- 积分:1
-
步态识别源码
详细说明:2DPCA用于人脸、步态等图像识别,可先按照行列比例将不规整图像归一化处理,然后进行训练,并且识别,全部中文注释和提示,便于学习和参考。-2DPCA humanface, gait, such as image recognition, in accordance with the ranks of theratio can not structured to deal with the normalized image, and then training,and recognition, all Chinese notes and tips for learning and reference.
- 2023-02-23 20:00:04下载
- 积分:1
-
数值分析用抛物线y=a+bx+cx 拟合给定数据
数值分析用抛物线y=a+bx+cx 拟合给定数据-numerical analysis using a parabolic y = bx cx fitting given data
- 2022-03-22 15:11:58下载
- 积分:1
-
从头和尾同时进行冒泡排序
从头和尾同时进行冒泡排序-Do bubble sort from the head and from the tail at the same time
- 2022-01-25 18:12:51下载
- 积分:1
-
Givens transformation是向量的旋转变换。它可将被变换向量旋转成模与之相同的其它向量。其应用之一是QR分解。...
Givens transformation是向量的旋转变换。它可将被变换向量旋转成模与之相同的其它向量。其应用之一是QR分解。-Givens transformation is the vector of the rotation transformation. It can transform vector will be rotating into the same mold with the other vector. One of its applications QR decomposition.
- 2022-12-02 03:55:03下载
- 积分:1