-
2012_WAF_ASurveyOfTeamStrategiesInRobotSoccer_Foc
Survey about robot soccer strategies
- 2014-05-08 02:12:32下载
- 积分:1
-
power-flow
牛顿拉夫逊法和高斯赛德尔法的潮流计算程序,附有算例。(Newton Raphson method and the method of high Sisaideer flow calculation program, with examples.)
- 2016-08-08 01:47:08下载
- 积分:1
-
MCM
数学建模算法介绍以及在Matlab上的实现(Mathematical modeling algorithm implementation in Matlab on)
- 2010-07-06 17:18:14下载
- 积分:1
-
mygeom
用matlab的pde工具箱时,描写非规则几何区域的m文件(Pde with matlab' s toolbox, the description of non-regular geometric region m file)
- 2010-11-29 19:49:02下载
- 积分:1
-
3
说明: 《MATLAB 7.0编程基础基础》源程序,适合初学者使用,第3章(" MATLAB 7.0 programming foundation base" source, suitable for beginners, Chapter 3)
- 2011-06-13 17:39:21下载
- 积分:1
-
COMPEN_ATRASO_RELOCUS
Lag Compensator by the method of loci of roots through MATLAB rlocus
- 2014-11-05 19:31:44下载
- 积分:1
-
sliding_DFT_step1
由于利用fft变换存在频谱泄露和栅栏效应,本程序利用加窗fft算法,来解决这方面的问题(As the use of fft transform existing fence effect of spectrum leakage and the procedure used windowed fft algorithm to solve this problem)
- 2010-09-19 10:05:28下载
- 积分:1
-
function
人工算法求解函数优化问题——智能计算大作业(Artificial Algorithm for Function Optimization- Great job on Intelligent Computing)
- 2010-11-25 13:09:36下载
- 积分:1
-
cycdect
认知无线电BPSK信号的循环平稳检测的性能仿真 包含信号循环谱图(Cognitive radio spectrum cyclostationary detection performance cycle)
- 2010-05-24 11:05:28下载
- 积分: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