-
yuv422与RGB888高速互转
采用查表法进行颜色空间的快速转换,程序中进行了来回转换并统计转换前后的错误率,同时保留了采用浮点与运算的常规转换,需要自己讲预定义进行修改。转换函数可以直接使用。
- 2022-03-17 18:15:21下载
- 积分:1
-
解码器代码
这座图书馆被分布在希望这将很有用,但没有任何担保。没有甚至隐含的担保适销性或适合特定目的。请参阅 GNU小雅通用公共许可证有关更多详细信息。
- 2022-03-21 14:25:26下载
- 积分:1
-
EMD相关m文件
EMD,相关,m文件EMD,
- 2022-06-11 15:27:52下载
- 积分:1
-
该代码实现了A率和mu率PCM算法,有详细的注释说明,
该代码实现了A率和mu率PCM算法,有详细的注释说明,-the code achieved A rate and the rate of PCM mu algorithm, a detailed explanatory notes
- 2022-01-28 03:45:50下载
- 积分:1
-
常用的矩阵,其中包括求行列式,矩阵求逆等,过…
常用的矩阵计算,包括求行列式、求逆矩阵等等,类容较全-common matrix, which includes seeking determinant, matrix inversion, etc., over all types of capacity
- 2023-08-10 22:35:02下载
- 积分:1
-
改进的ica方法
自己写的代码,用改进的ica方法实现盲源分离,效果比传统的盲源分离要好很多,可以直接运行实现。
- 2022-07-19 16:58:43下载
- 积分:1
-
奇异分解,针对不能求逆的情况下,才用svd方法就能够解方程...
奇异分解,针对不能求逆的情况下,才用svd方法就能够解方程-Singular decomposition, for the case of inversion should not only be able to use SVD approach equation solution
- 2022-03-02 18:40:59下载
- 积分:1
-
DTMKL源码及实例
该算法在某个再生核希尔伯特空间,在充分考虑领域间分布的均值差和散度差最小化的基础上,基于结构风险最小化模型,提出一种领域适应核支持向量学习机(Kernel support vector machine for domain adaptation, DAKSVM)及其最小平方范式,通过寻求某个特征变换,使得在确保训练数据的最大分割的同时,实现领域间不同分布之间的距离充分最小化,从而实现领域适应学习。
- 2023-03-13 12:40:03下载
- 积分:1
-
用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为
(2)...
用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为
(2)观测误差是与和均不相关的白噪声序列,并且有
(3)观测数据存放在附加的文件中(单位:m)。
要求:分析上述对象,建立系统模型,构造卡尔曼滤波器,编程计算,求:
(1) 距离S(t)的最佳估计及估计误差,
(2) 距离S(t-5)的最佳平滑及估计误差,
(3) 距离S(t+5)的最佳预测及估计误差,
(4) 对结果进行分析讨论。
-By one observer from the t = 1 PST on a moving target tracking for distance measurement, assuming that the observation interval is one second, the radar that the distance between the moving target for the S (t) (1) the statistical characteristics of the initial condition (2) observational error is not associated with white noise sequence, and (3) observational data stored in the attached document (unit: m). Requirements: Analysis of the above-mentioned object, the establishment of the system model, constructed Kalman filter, programming terms, seeking: (1) distance from S (t) the best estimate and the estimation error, (2) distance from S (t-5) the most good smoothing and estimation error, (3) distance from S (t+ 5) t
- 2022-03-11 21:07:50下载
- 积分:1
-
冒泡法排序
使用冒泡法对序列进行排序的算法,冒泡法的基本思想是:从R1开始,两两比较Ri和Ri+1,若ki>ki+1,则交换Ri和Ri+1的位置。第一次全部比较完毕后Rn是序列最大的数据元素。
- 2022-08-09 05:49:58下载
- 积分:1