-
总,包括LMS自适应陷波滤波器,自适应RLS自适应算法,苏…
一共包括LMS,自适应陷波器,自适应RLS自适应算法等5种算法的MATLAB程序-Total, including LMS, adaptive notch filter, adaptive RLS adaptive algorithm, such as five kinds of procedures MATLAB algorithm
- 2022-04-08 08:15:52下载
- 积分:1
-
这是一个猫吃老鼠问题的改进算法。
这是一个猫吃老鼠问题的改进算法。-This is a problem of cats eat rats improved algorithm.
- 2022-02-09 18:09:13下载
- 积分:1
-
Least Soft-thresold Squares Tracking
we propose a generative tracking method based on a novel robust linear regression algorithm. In con-
trast to existing methods, the proposed Least Soft-thresold Squares (LSS) algorithm models the error term with the
Gaussian-Laplacian distribution, which can be solved ef- ficiently. Based on maximum joint likelihood of parameters,
we derive a LSS distance to measure the difference between an observation sample and the dictionary. Compared with
the distance derived from ordinary least squares methods, the proposed metric is more effective
- 2022-03-22 17:30:20下载
- 积分:1
-
LCS Algorithm to c# To implement, for the people in the learning algorithm can u...
LCS算法以c#来实现,对于学习算法的人可以用这个程序看看,演示是基于VS2005开发的。
- 2022-01-22 14:05:06下载
- 积分:1
-
是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windo...
是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source files extensions are used. Cpp form.C Windows Virsual C 6.0
- 2022-07-04 21:58:06下载
- 积分:1
-
SWT HR water print
- 2022-10-04 14:20:03下载
- 积分:1
-
C读取wav文件
输出wav文件的所有信息,输出size段,输出编码方式,输出声道数目,输出采样频率,输出每秒所需字节数,输出数据块对齐单位,输出每个采样所需bit数,/输出附加信息,输出
- 2022-01-25 14:12:00下载
- 积分:1
-
MPU6050角度解析上传程序
通过STM32的I2C接口读取MPU6050的数据,然后经过均值滤波和互补融合,获取横滚角和俯仰角,然后将角度信息通过串口反馈到上位机中。
- 2022-08-18 20:09:59下载
- 积分:1
-
使用索引实现快速查找
使用索引实现快速查找-Quick search by using index
- 2022-08-13 10:19:10下载
- 积分:1
-
C显示图像
资源描述很简单的小程序。#include
#include
using namespace cv;
void main()
{
IplImage *src;
src = cvLoadImage("lena.jpg"); //这里将lena.jpg和lena.cpp文件放在同一个文件夹下
cvNamedWindow("lena", CV_WINDOW_AUTOSIZE);
cvShowImage("lena", src);
cvWaitKey(0);
cvDestroyWindow("lena");
cvReleaseImage(&src);
}
- 2022-03-04 00:48:04下载
- 积分:1