-
matlabdaqian
说明: 包含matlab各种命令函数的简介及查询,包含电子书籍《matlab命令大全》。(Matlab command function includes a variety of briefings and inquiries, including e-books " matlab command Tai Quan." )
- 2010-03-30 09:38:05下载
- 积分:1
-
MATLAB
最优化技术方法介绍及MATLAB的实现(科学工业出版社)(MATLAB optimization method)
- 2011-06-30 10:26:25下载
- 积分:1
-
PN-code-related
自己写的PN码相关Matlab仿真,希望对大家有帮助。(PN code-related)
- 2010-05-28 10:45:07下载
- 积分: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
-
LS-SVMlab1.5
有关于lssvm(最小二乘向量机)的工具包,可以处理有关lssvm的相关问题(About lssvm (least squares vector machines) toolkit, you can deal with issues related lssvm)
- 2011-06-15 10:54:06下载
- 积分:1
-
zhinengtianxian
智能天线自适应波束形成算法的研究,进行了基本算法的改进与运算,大家可以进行参考,以便更好的学习.(smart antenna adaptive beamforming algorithms, the basic algorithm for the improvement and operation, We were able to reference in order to better learning.)
- 2007-05-04 10:48:55下载
- 积分:1
-
MATLABbiancheng
matlab编程的电子书籍。对想学习matlab的同学比较有用(matlab programming e-books. Useful to the students want to learn matlab)
- 2013-03-08 23:22:29下载
- 积分:1
-
快速边缘的块稀疏贝叶斯学习代码 BSBL-FM
快速边缘的块稀疏贝叶斯学习代码,BSBL-FM,用以对穿墙雷达块目标成像(Fast marginalized block sparse Bayesian learning codes)
- 2020-06-29 11:40:01下载
- 积分:1
-
All-phase--correction-method
全相位时移相位差频谱校正法的文章,帮助大家学习。(All phase shift the phase spectrum correction method, article, and help them to learn)
- 2012-04-25 15:30:44下载
- 积分:1
-
voicebox
matlab voicebox音频处理工具箱含有音频处理的各种算法(matlab voicebox audio processing toolbox contains a variety of audio processing algorithms)
- 2010-07-02 19:25:29下载
- 积分:1