-
TheDynamicSimulation
说明: 模拟化工生产精馏开工过程,运行软件为MATLAB(Simulation of chemical production to start the process of distillation, operating software for MATLAB)
- 2008-09-06 19:58:04下载
- 积分:1
-
cdmrs23
matlab code for cdma . dlsa
- 2011-05-02 08:40:20下载
- 积分:1
-
minglingdaquan
matlab最全的命令大全,初学者或则matlab学习的同志可以根据此大全了解所有的命令(matlab command Daquan most complete beginners or the matlab learning comrades can understand all this command Daquan)
- 2013-10-27 21:14:44下载
- 积分:1
-
Stepper_Motor
Control of stepper motor using matlab.
- 2015-04-12 20:25:53下载
- 积分:1
-
hnckh
直线阵采用切比学夫加权控制主旁瓣比,二维声子晶体FDTD方法计算禁带宽度的例子,单径或多径瑞利衰落信道仿真。( Linear array using cut than learning laid upon the right control of the main sidelobe ratio, Dimensional phononic crystals FDTD method calculation examples band gap, Single path or multipath Rayleigh fading channel simulation.)
- 2017-04-17 13:01:30下载
- 积分:1
-
Auto_RussiaBlock
说明: 在matlab的GUI界面中能够实现自动下俄罗斯方块,适合人工智能课程(It can be achieved automatically about the Russian box under the GUIinterface in matlab, for Artificial Intelligence)
- 2010-04-18 21:34:18下载
- 积分:1
-
xianxingguihua
这个程序运用matlab的数学计算功能实现线性规划求解(This procedure using matlab mathematical functions to achieve linear programming)
- 2014-10-13 04:13:00下载
- 积分:1
-
dope fiber amplifier
掺杂光纤放大器的模拟程序,可以计算光纤的ASE成分(Doped fiber amplifiers
It can calculate the ASE components of optical fibers.)
- 2018-04-03 17:22:30下载
- 积分:1
-
Numerical-Computing
说明: MATLAB经典书籍 moler编著,采用MATLAB的数值计算方法。(Classic books moler compiled MATLAB, using MATLAB numerical method.)
- 2011-04-06 15:06:07下载
- 积分: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