-
xinyuan
用MATLAB实现的扩频通信发送信号的仿真,并加入人为干扰... (Using MATLAB to achieve the spread spectrum communication signal simulation, and human disturbance to join ...)
- 2008-05-31 10:00:28下载
- 积分: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
-
NOISE
source code contains information about noise removal medical images using different algotithms like inteeligent water drop algorithm, median filter and wavelet filters denoising. this source code has all parameter analysis like psnr,epi
- 2014-12-02 15:02:49下载
- 积分:1
-
tutorial-prb1-2
some graphs of the famous matlab tutorial
- 2013-11-11 03:07:03下载
- 积分:1
-
stagger-grid(cankao-ref)
有限差分的函数,对于初次接触的同学来说可能会由帮助吧(finite-different matlab )
- 2011-12-30 21:00:24下载
- 积分:1
-
matlabwebapache
matlab与apache的安装和配置方法(matlab with the apache installation and configuration method)
- 2009-06-19 09:51:50下载
- 积分:1
-
twolegpw
This is simlink model for single phase full bridge inverter
- 2012-03-25 17:03:27下载
- 积分:1
-
wenli
自己写的关于藻类图像去噪的算法程序,非常全(Algae image denoising algorithm program to write their own
)
- 2012-04-17 19:50:07下载
- 积分:1
-
fiuning
线性调频脉冲压缩的Matlab程序,音频信号通过LM386放大,关于神经网络控制。( LFM pulse compression of the Matlab program, LM386 audio signal amplification, On neural network control.)
- 2016-08-06 18:03:07下载
- 积分:1
-
06
说明: 《Matlab从入门到精通》所有的源程序。(《Matlab from entry to the master》 all of the source.)
- 2009-10-09 01:34:45下载
- 积分:1