-
NDM
Newton下山法的计算程序,通过它可以求解复杂函数的根(Newton downhill method the computer program, through which can solve the root of complex functions)
- 2010-12-30 14:16:16下载
- 积分:1
-
eof
eof分解 想要的拿走吧 自己随便写的 有问题的话可以email我(eof decomposition want take it easily write their own needs to take the trip)
- 2013-09-25 22:54:43下载
- 积分:1
-
photonics-crystal-point
光子晶体带隙结构, 以及有限周期情况下能谱不连续性的情况(Photonic band gap structure, and the case of a limited period photonic crystals energy spectrum of discontinuity . )
- 2013-10-13 10:30:41下载
- 积分:1
-
noise
matlab数字图像处理,包含m文件,产生高斯噪声或椒盐噪声然后降噪(matlab digital image processing, including m file, Gaussian noise or impulse noise and noise reduction)
- 2020-07-04 03:00:02下载
- 积分:1
-
mqam-demodulation
mqam demodultion code with fc,fs,fd,M and ini_phase parameter
- 2014-01-02 16:36:50下载
- 积分:1
-
BeamVibCon
采用LQR方法的悬臂梁振动主动控制的matlab程序(LQR method using active vibration control matlab program cantilever)
- 2013-06-09 17:11:15下载
- 积分:1
-
shiyan_2
在matlab中用雷克子波模拟地震记录,并进行滤波(Ricker wavelet in matlab using analog seismic records, and filtering)
- 2013-05-04 20:36:42下载
- 积分:1
-
shang
使用matlab函数,,,实现用熵值法求出任意矩阵的行或列的权重和每个值的综合参数(Entropy Method )
- 2011-09-11 17:51:27下载
- 积分: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
-
lvbobijiao
matlab仿真对采集数据进行滤波的两种方法:多次平均滤波和一阶滞后滤波的比较。(matlab simulation filtering the collected data in two ways: the average number of first order lag filter and the filter comparison.)
- 2011-04-30 16:36:45下载
- 积分:1