资源列表
Mtkluo815
- 信号检测与估值大作业,MATLAB画出ROC理论曲线,蒙特卡洛实验画出时间曲线-Signal Detection and valuation of large operations, MATLAB draw ROC curve theory, Monte Carlo experiment shown time curve
closed_form_CRT
- 基于闭式鲁棒中国余数定理(CRT)的程序,用于阵列天线信号处理。-signal processing based on CRT
Displacement_filter
- 利用高速相机追踪高速运动机构,检测位移并进行滤波处理-Using high-speed cameras to track speed motion mechanism, and detecting a displacement filtering process
test_dct
- 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
centroidi
- simple algorithm to calculate centroid
matlabAutoAdapt
- 自适应算法的程序,用matlab语言编写,属于现代信号处理方法。-Adaptive algorithm of the program, with the matlab language, belongs to modern signal processing methods.
ROMBERG
- TC下开发的龙贝格算法的演示。主要注重于迭代法的应用。-TC developed under Romberg Algorithm Demonstration. Mainly focus on the application of iterative methods.
Runge-Kutta
- source code for implementation of range kutta s method of numerical analysis methods in mathematics.
Euclidean-division
- 辗转相除法递归求最大公约数 #include iostream using namespace std -Euclidean division method recursively find the greatest common divisor