-
SVD_feature_extraction
svd feature extraction
- 2011-07-28 13:38:49下载
- 积分:1
-
predictedcontrol
预测控制,通过当前输入和预测未来输出来控制输出值,使系统尽快达到稳定。(Predictive control to predict the future by the current input and output to control the output value, allowing the system to stabilize as soon as possible.)
- 2009-11-04 21:21:39下载
- 积分:1
-
Analysis
LabView vi as an example
- 2010-11-02 11:05:02下载
- 积分:1
-
norm2huff
实现哈弗曼压缩编码的matlab程序。(m文件)(Huffman code)
- 2009-07-02 10:16:41下载
- 积分:1
-
gudingboshuxingcheng
麦克风阵列的固定波束形成,参数可变,输出信噪比。(fixed beamforming )
- 2012-04-06 09:59:23下载
- 积分:1
-
Vertical-Projection-Method
距离模糊杂波抑制-正交投影算法,利用正交投影法进行距离模糊杂波抑制(Vertical Projection Method)
- 2021-01-04 09:18:56下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
MATLAB
matlab的很好的教程,清楚的介绍了各章的内容,还有一些实训课程指导! (a good tutorial matlab, clearly describes the content of each chapter, there are training courses guide!)
- 2011-04-30 22:15:57下载
- 积分:1
-
gpr-sumlation
模拟GPR波形,具有高效仿真作用,适用于探地转达方面。(simulation of ground penetrating radar in 2D)
- 2012-04-12 18:51:10下载
- 积分:1
-
Newton-Raphson-method
牛顿拉夫逊法解电力系统潮流计算实例,说明详细(Newton Raphson method for solving the power flow calculation examples to illustrate the detailed)
- 2012-05-14 09:23:52下载
- 积分:1