-
bpsk_ber
binary phase shift keying SNR Vs BER
- 2014-08-22 14:05:01下载
- 积分:1
-
obs_matlab
MATLAB programs for Full state observer and reduced order state observer which is used in regulator system has the plant with Ackermann Formula. this code is used in control system engineering .
- 2013-11-19 23:37:13下载
- 积分:1
-
tiaofujietiao
加入噪声的调幅的matlab工程图,运行在matlab软件上(The noise AM matlab drawing, running in the MATLAB software)
- 2013-04-29 23:56:02下载
- 积分:1
-
SolveBP
压缩感知中的经典重构算法有很多这个不错,好用的代码,可以试试(compressive sensing)
- 2014-05-12 20:47:03下载
- 积分:1
-
lyr
implementation of k means algorithm source code
- 2009-03-27 23:09:33下载
- 积分:1
-
programme
有关最大比合并、等增益合并的增益性能及误码率的描述。(The maximal-ratio combining, equal gain combined gain of performance and bit error rate description.)
- 2009-12-15 19:43:23下载
- 积分:1
-
MatlabFAQ
对于matlab中M文件的知识 针对怎样调用M文件以及一些使用方法的介绍 适合初学者当中对于M文件的使用有问题的读者(M file for matlab in the knowledge of how to call for the M file, and some introduction for beginners to use these files for M readers question the use of)
- 2010-05-30 22:09:57下载
- 积分:1
-
CDMAkuopin
这段程序是用matlab实现了CDMA扩频,原理简单,思路清晰。(This process is achieved with matlab CDMA spread-spectrum, is simple, clear.)
- 2010-05-05 16:15:33下载
- 积分:1
-
MATLAB-CUDA
The latest generation of high-end video cards off er considerable
computing power using their 100–200 on-card processors, 0.3–1.0+ GB
of RAM, and fast inter-processor communications. One promising
application of this Graphics Processing Unit (GPU) computing
capability is through Matlab and Matlab mex functions. With a properly developed mex function, the user-friendly Matlab interface can be used to perform behind-the-scenes parallel computations on the GPU. (The latest generation of high-end video cards offer considerable computing power using their 100-200 on-card processors, 0.3-1.0+ GB of RAM, and fast inter-processor communications. One promising application of this Graphics Processing Unit (GPU) computing capability is through Matlab and Matlab mex functions. With a properly developed mex function, the user-friendly Matlab interface can be used to perform behind-the-scenes parallel computations on the GPU.)
- 2011-06-21 02:17:46下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1