-
PRAC1
matlab codes for digital audio procces
- 2009-04-01 07:03:35下载
- 积分:1
-
ICP程序
说明: 给定10帧点云,利用ICP的方法估计出机器人在这10帧的轨迹,并实现局部点云地图的生成(Given 10 frames of point clouds, the trajectory of the robot in these 10 frames is estimated by ICP method, and the local point cloud map is generated)
- 2021-03-11 08:38:55下载
- 积分: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
-
design-of-mems-imu-navigation-report
这是国外做得一个课题,后面附有源代码,matlab的代码(This is done abroad, a task attached to the source code, matlab code)
- 2021-04-01 23:09:07下载
- 积分:1
-
Flood-relief-data-fitting
对于排洪问题已给数据,对已有数据进行拟合并预测。(for flood relief problem,if giving data,it can be used to data fitting,and forecast the expectations.)
- 2012-08-27 19:13:27下载
- 积分:1
-
matlabchengxuzai-huaxue
MATLAB是美国MathWorks公司自80年代中期推出的适用于科学和工程计算的数学软件。它优秀的数值计算能力、卓越的数据可视化能力和简洁的程序语言编写使其很快在数学软件中脱颖而出。本文通过化学计量学中的两个多元校正为例,简要介绍了MATLAB程序设计在化学计量学计算中的应用。 更多还原
(
MathWorks MATLAB is a mathematical software United States launched the company since the mid-1980s apply to scientific and engineering computing. It is excellent numerical ability, excellent data visualization capabilities and simple programming language to write so quickly come to the fore in mathematics software. In this paper, two chemometrics multivariate calibration, for example, a brief introduction MATLAB programming in chemometrics computing applications. More Restore)
- 2013-12-14 15:52:09下载
- 积分:1
-
DigitalImageProcessingbasedMatlab
本书内容沿用了《数字图像处理》一书的组织方式。采用这种方法,读者很容易理解
本书讨论的所有数字图像处理概念,并将它们作为进一步阅读的最新参考。所选的软件工具来自MATLAB 数字图像处理工具箱,该工具箱在教育和工业应用中同样占有优势。(The book follows the organization of Digital Image Processing, a book. With this method, the reader is easy to understand.
All digital image processing concept discussed in this book, and use them as a reference for further reading the latest. The selected software tools MATLAB digital image processing toolbox, the toolbox in education and industrial applications take advantage of the same.)
- 2015-03-30 17:24:09下载
- 积分:1
-
yuyin
基于MATLAB下的语音识别系统,介绍了具体的实现过程,并采用离散马尔科夫模型(Based on MATLAB of speech recognition system, introduced the realization process and discrete markov model)
- 2010-11-27 11:25:25下载
- 积分:1
-
feature_extraction
automatic license plate Image segmentation
- 2010-03-15 03:17:01下载
- 积分:1
-
walet
音频信号的小波分解与重构实例,在MATLAB里调用sym1小波函数进行三层分解。(audio signal decomposition and reconstruction by means of wavelet )
- 2012-04-14 10:31:17下载
- 积分:1