-
fsk
fsk的实现程序!很好的。大家看看。
fsk的实现程序!很好的。大家看看。(the realization of the procedure fsk! Very good. Let us take a look. the realization of the procedure fsk! Very good. Let us take a look.)
- 2009-06-15 17:24:46下载
- 积分:1
-
ch2
MATLAB语言与控制系统仿真ch2本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。(MATLAB language and Control System Simulation ch2 book based on MATLAB 5.2 version, to provide practical guidance for using MATLAB. MATLAB has become a suitable the multidisciplinary working platform powerful, user-friendly, natural language open large outstanding application software, as well as domestic and foreign institutions of higher learning higher mathematics, numerical analysis, digital signal processing, automatic basic teaching tools of control theory and engineering applications courses. The book is organized in a logical, throughout the examples described complete and relatively independent of each chapter is a concise MATLAB reference books, both for beginners and for advanced MATLAB users. Combined with the description of MATLAB and FORTRAN, C, and other languages is a rare feature in the books of all MATLAB. This book is suitable as a science and engineering universities graduate, undergraduate teaching books, the majority of scientific engineering and)
- 2012-11-19 11:07:46下载
- 积分: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
-
ode4(2)
说明: Lorenz 系统利用龙格库塔来用Matlab编程(Lorenz system using Runge-Kutta to use the Matlab programming)
- 2011-02-27 13:24:06下载
- 积分:1
-
toolbox_matlab_nifti.tar
matlab toolbox , a very important sourcecode to plot input files
- 2014-08-14 00:21:06下载
- 积分:1
-
MXFEM-1.2
这是Matthew Pais用matlab编写的扩张有限元程序,包括了裂纹扩展的情况(Matthew Pais XFEM)
- 2021-04-27 16:48:44下载
- 积分:1
-
meanshift
meanshift跟踪的matlab源码,利用物体的颜色对物体进行跟踪(meanshift tracking matlab source, using the color of objects on the object tracking)
- 2008-08-01 22:16:00下载
- 积分:1
-
fem3d-package0920
一个三维的有限元程序代码,
程序里有详细的注释,包括网格的剖分等
参考文献,输入文档。(A three-dimensional finite element program code, program, there are detailed notes, including grid mesh and other references, the input document.)
- 2013-10-06 13:32:59下载
- 积分:1
-
jaibharath
Matlab voice vehicle code can connected with external device
- 2013-08-19 12:46:07下载
- 积分:1
-
osc_filter
正交信号校正法主要用于近红外光谱矩阵的预处理。其原理是将光谱阵与全氮含量阵正交,滤除光谱与因变量Y阵无关的信号,再建立定量校正模型,达到简化模型及提高模型预测能力的目的。(Orthogonal Signal Correction(OSC) removes variance in the X-block which is orthogonal to the Y-block. Such variance is identified as some number of factors (described as components) of the X-block which have been made orthogonal to the Y-block. When applying this preprocessing to new data, the same directions are removed from the new data prior to applying the model.)
- 2020-10-28 16:29:57下载
- 积分:1