-
Dijkstra1
利用MATLAB来实现Dijkstra算法模拟了路由选择协议(using MATLAB to achieve the Dijkstra algorithm to simulate the Routing Protocol)
- 2007-07-02 16:30:39下载
- 积分:1
-
chapter5
matlab从入门到高级进阶的必备好书,看了以后,希望对大家学习matlab有很高的提高!(matlab from entry to senior advanced essential books, looking after, in the hope that everyone has a very high learning matlab improve!)
- 2007-07-17 13:09:34下载
- 积分:1
-
MIMO-Technologies-in-3GPP-LTE
MIMO LTE 简单介绍LTE中MIMO技术(MIMO LTE LTE in the MIMO technology brief)
- 2011-04-30 20:39:52下载
- 积分:1
-
RTv
用于做网络控制系统方面的实时数据传输方面的仿真模型(spent network control systems in real-time transmission of data simulation model)
- 2006-12-23 09:28:05下载
- 积分:1
-
upload
The matlab program describes the Jacobian function
- 2013-04-08 13:53:44下载
- 积分:1
-
AML_DOA
Approximate Maximum Likelihood 算法处理DOA估计的Matlab算法代码(matlab function for DOA estimation using Approximate Maximum Likelihood method)
- 2020-06-30 08:40:01下载
- 积分:1
-
OFDMSimulink
OFDM的simulink仿真,希望对筒子们有帮助(OFDM-simulink simulation, and they hope to have the cheese to help)
- 2008-12-14 19:37:34下载
- 积分:1
-
Allpass_filters
It calculates a Thiran filter for fractional delay
- 2009-10-24 20:22:40下载
- 积分:1
-
d_014_dyn_wind
Simulink using power system analysis tools
- 2013-05-10 17:49:57下载
- 积分: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