-
Changing_Color_Planes
Changing Color Planes
- 2010-06-22 17:42:03下载
- 积分:1
-
MOKA
Matlab source code for simulation of queue in Bank using exponencial distribution.
- 2010-08-03 19:58:32下载
- 积分:1
-
classPSO
matlab编写的经典pso算法,简单易懂,功能强大(matlab prepared classical PSO algorithm is simple and powerful)
- 2008-03-27 16:26:26下载
- 积分:1
-
amuse
AMUSE CODE ALGORTHM USING MATLAB
- 2013-03-04 09:20:39下载
- 积分:1
-
MZDDE
matlab对zemax的通讯工具箱。在matlab中可以读取zemax中的数据结果,并进行处理。(It s the toolbox of Matlab, used for connection to zemax. The data from zemax could be read in matlab.)
- 2010-08-23 23:32:09下载
- 积分:1
-
differential_detection
差分检测的程序,包括一个调制程序,以及两个检测程序:一个是比较复杂但是易于理解的,一个是简便方法。对于理解调制解调的初学者来说,很有帮助(Differential detection procedures, including a modulation process, as well as two testing procedures: one is more complicated but easy-to-understand, one is the easy way. For understanding the modulation and demodulation for beginners, very helpful)
- 2008-02-24 20:41:43下载
- 积分:1
-
Correlation-Dimension-Program
关联维计算程序,以GP算法为主,计算2范数(Correlation dimension calculation program for GP-based algorithm to calculate the 2-norm)
- 2013-11-27 17:35:40下载
- 积分:1
-
SPARSITY-CONSTRAINT-FOR-DIRECT
A MODEL-BASED METHOD WITH JOINT SPARSITY CONSTRAINT FOR DIRECT
- 2013-11-16 10:13:38下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1
-
Matlab_Help_Translate
The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB
( This code is written by M.A. (aka lftx).
The purpose of this code is to use GOOGLE translate to
translate help of a command in MATLAB to Turkish (you can modify it).
So do not expect much.
You need an active internet connection for this function to work
The function uses a java package to use GOOGLE translate s API
which is not developed by me, for detailed description of the java
files you can check
http://code.google.com/p/google-api-translate-java/
the usage of the file is very similar to the original "help" function
and if you add the files to your matlab s path you can use it as you use
MATLAB "help" function
EXAMPLES: helptr eye
EXAMPLES: helptr( why ) or helptr why
The function has been working as of DEC 2010
I cannot guarantee that it would be working in the future, as google might
change its API, or might not like your referring webpage or maybe your IP.
)
- 2010-12-14 15:40:10下载
- 积分:1