-
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
-
mte1
说明: mte代码,wsn经典算法。画三维图的具体代码。(Mte code, WSN classical algorithms. Three-dimensional graph concrete code painting.
)
- 2011-02-20 17:01:04下载
- 积分:1
-
Speech-endpoint-detection
双门限法,双门限法的改进和推广,相关法的端点检测,方差法的语音端点检测,谱距离法的端点检测,谱熵在端点检测中的应用(Double threshold method, double threshold method improvement and promotion, endpoint detection correlation method, endpoint detection variance method, the endpoint detection spectral distance method, the Spectrum Entropy in the endpoint detection)
- 2014-11-19 20:52:34下载
- 积分:1
-
Ssimmple_jpegu
简易的JPEG压缩程序源码(MMatlab实现)
(Easy JPEG compression program source (MMatlab implementation))
- 2012-09-15 14:17:31下载
- 积分:1
-
BPF_with_mathe_eqn
band pass filter for communication engineering
- 2013-04-26 19:32:30下载
- 积分:1
-
C4_5
c4.5 a classification
- 2010-08-09 11:35:13下载
- 积分:1
-
gatbx
遗传算法matlab编程源代码遗传算法matlab编程源代码遗传算法matlab编程源代码遗传算法matlab编程源代码(Genetic Algorithms)
- 2013-04-21 16:28:29下载
- 积分:1
-
30698639gaosi
高斯回归建模 用与建立代理模型 利于对映射关系进一步研究
- 2011-01-09 09:48:49下载
- 积分:1
-
computerwork_2
2. 设 是窄带信号,定义 是在 区间上均匀分布的随机相位。 是寬带信号,它是一个零均值、方差为1的白噪音信号e(n)激励一个线性滤波器而产生,其差分方程为 。
1) 计算 和 各自的自相关函数,并画出其函数图形。根据此选择合适的延时,以实现谱线增强。
2) 产生一个 序列。选择合适的 值。让 通过谱线增强器。画出输出信号 和误差信号e(n)的波形,并分别与 和 比较。
(Computer Experiments:
1. Consider an AR process x(n) defined by the difference equation
where v(n) is an additive white noise of zero mean and variance .The AR parameters and are both real valued:
a) Calculate the noise variance such that the AR process x(n) has unit variance .Hence , generate different realization of the process x (n).
b) Given the input x (n), an LMS filter of length M = 2 is used to estimate the unknown AR parameters and . The step size is assigned the value 0.05. Compute and plot the ensemble average curve of and by averaging the value of parameters and over an ensemble of 100 different realization of the filter. Calculate the time constant according to the experiment results and compare with the corresponded theoretical value.
c) For one realization of the LMS filter, compute the prediction error
And the two tap-weight errors
and
Using power spectral plots of , show that)
- 2020-06-28 19:40:01下载
- 积分:1
-
Arrow-plotter
用matlab画出剪头的方法,两个点之间的剪头画法(plot arrow using matlab)
- 2012-12-03 15:42:33下载
- 积分:1