-
matlab
这是一个适于初学者使用的matlab入门材料,韩盖了一些软件设计的基本方法与范例(This is an appropriate use of matlab beginners entry materials, South Korea to build a number of software design methods and examples of the basic)
- 2007-08-09 11:40:25下载
- 积分: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
-
passive-acoustic-localization
基于功率谱密度的平面十字阵列被动声定位matlab仿真程序(Based on planar cross power spectral density array of passive acoustic localization matlab simulation program)
- 2021-04-19 01:48:57下载
- 积分:1
-
Feature--Extraction
An Optimum Feature Extraction Method for Texture
- 2014-09-23 21:03:13下载
- 积分:1
-
jacobi-gauss-seidel-sor
用Jacobi Gauss-seidel SOR迭代法求解线性方程组(With Jacobi Gauss-seidel SOR iterative method for solving linear equations)
- 2013-11-11 16:39:01下载
- 积分:1
-
Alamouti
简单的空时分组码编码程序,最经典的正交Alamouti编码(A simple space-time block coding process)
- 2010-01-19 16:10:53下载
- 积分:1
-
matlab
fft分析:方法简单实用,希望能够帮助大家,大家可以参考一下(fft Analysis:very easy!)
- 2010-05-13 21:07:33下载
- 积分:1
-
Updated---Project-EPVB
Employee Management System
- 2015-04-04 19:27:18下载
- 积分:1
-
Matlab_GUI
这个matlab的GUI设计基础教程比较适合初期学习MATLAB的同学(The matlab GUI Design Essentials more suitable for students of early learning MATLAB)
- 2013-03-28 17:05:13下载
- 积分:1
-
111111111
matlab simulink仿真实例分析(源代码模型)(matlab simulink simulation analysis (source model))
- 2010-10-11 20:20:41下载
- 积分:1