-
LBisoLims
matlab for Lattice Boltzmann
- 2010-06-14 16:35:32下载
- 积分: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
-
bijiao
编写了龙格现象中举例的函数(1/(1+x^2))的三次样条插值图像和原图像的比较,此程序简单适用。(Prepared Runge phenomenon, for example a function of (1/(1+ X ^ 2)) of cubic spline interpolation image and the original image compared to a simple application of this procedure.)
- 2008-06-05 12:29:44下载
- 积分:1
-
matlab_help
matlab中文文档帮助,适用于matlab初学者(Matlab help Chinese document, suitable for beginners matlab)
- 2014-12-05 10:10:12下载
- 积分:1
-
Servo_Dc_motor_model
using servo characteristic equations,transfer function is derived by taking laplace
- 2013-12-20 14:33:40下载
- 积分:1
-
Beamforming
MVDR自适应波束形成的LMS算法使用,LMS算法迭代次数对波束形成结果的影响(MVDR adaptive beamforming using the LMS algorithm, LMS algorithm is the number of iterations on the results of beam-forming)
- 2009-11-25 10:12:54下载
- 积分:1
-
filter
说明: 数字滤波器的设计,它在数字信号处理的过程中有一定的影响!非常有用。(filter)
- 2010-04-22 16:05:52下载
- 积分:1
-
Joint-signal-detection_decoding_-ISI
ISI信道下的信号检测和译码的联合迭代算法的实现,编码使用递归卷积码,译码算法为BCJR算法。(Iterative algorithm to achieve joint signal detection and decoding under ISI channel, encoded using recursive convolutional code and decoding algorithm is BCJR algorithm.)
- 2013-12-11 00:19:47下载
- 积分:1
-
zzzzz_qft_toolbox
zzzzz_qftdemos matlab/simulink
- 2015-03-21 19:36:10下载
- 积分:1
-
Surface
关于曲面的曲率线解法的几个例子,具有实际的代表性,能够覆盖多数求解问题。(Lines of curvature on the surface a few examples of solution, with the actual representative can cover the majority of solving the problem.)
- 2010-07-06 18:01:44下载
- 积分:1