-
matlab_tcpip_example
a simple code to construct tcp ip connection in matlab
- 2010-06-01 02:39:27下载
- 积分:1
-
VUMAT-Chinese
Abaqus自带的有关Vumat的帮助文档的中英文对照版(In bilingual Abaqus comes about Vumat help documentation)
- 2015-06-13 16:34:39下载
- 积分:1
-
Featureextraction
一个很好的matlab数字特征提取源码,希望对大家有用(Featureextraction)
- 2009-05-15 20:31:19下载
- 积分:1
-
matlabshiyan3
matlab离散信号时域分析,和频域分析实例,适合基础者使用。(来源课堂个人实验)(Matlab discrete time-domain signal analysis and frequency domain analysis of the examples, the use of suitable infrastructure. (Source individual classroom experiment))
- 2007-05-02 16:09:48下载
- 积分:1
-
get_powerloss
电力系统潮流计算中求解系统功率损耗部分Matlab源程序(Matlab source code, part of the system power loss to solve power flow calculation)
- 2012-06-07 22:08:12下载
- 积分:1
-
matlabVB1111
vb matlab 混合调用 刚学会的 大家可以试试
- 2011-12-16 10:43:09下载
- 积分:1
-
active_learning-master
active learning
This software package provides a toolbox for testing pool-based active-learning algorithms in MATLAB.(This software package provides a toolbox for testing pool-based active-learning algorithms in MATLAB.)
- 2015-01-31 05:30:22下载
- 积分:1
-
observerPpid
基于观测器的仿真程序,在控制中引入等效补偿从而实现对干扰的完全抑制(Observer-based simulation program, the introduction of equivalent compensation control in order to achieve interference completely inhibited)
- 2013-05-08 00:00:39下载
- 积分:1
-
Person-Identification-Using-Ear-Biometrics
Person Identification Using Ear Biometrics
- 2013-10-21 18:06:14下载
- 积分: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