-
3Dfanbeam
对三维shepp-logan数据做三维扇形投影,并根据投影数据重建出shepp-logan图像。(Three-dimensional shepp-logan data do three-dimensional projection fan and shepp-logan reconstructed image from the projection data.)
- 2014-01-31 15:46:22下载
- 积分:1
-
matlab-13-B
2013年国赛数学建模B题第一题matlab源代码(2013 State B title game first question mathematical modeling matlab source code)
- 2014-01-18 20:28:48下载
- 积分:1
-
pifm.tar
Raspberry Pi application for direct FM modulation.
- 2015-02-25 22:30:47下载
- 积分:1
-
WP3d
I forgot the name of codes
- 2014-01-08 23:03:42下载
- 积分:1
-
CP0303_PPM_RANDOM
随机调制信号下的模拟ppm的matlab仿真(random modulation signal simulation ppm of Matlab simulation)
- 2007-01-10 13:24:57下载
- 积分:1
-
UltraSV3pwm7Area6
使用Matlab的m语言编写的SVPWM三电平仿真程序,在simulink环境下运行(M using the Matlab language of three-level SVPWM simulation program, run in the simulink environment)
- 2020-11-02 11:49:53下载
- 积分:1
-
dfig
MATLAB/SIMULINK下的DFIG纯公式模型。(DFIG formula model in MATLAB/SIMULINK.)
- 2014-05-17 13:32:57下载
- 积分:1
-
MIMO程序
说明: 老外的MIMO程序,实现不同收发天线数,不同调制方式下的误比特率测量,运行ui-start(foreigners MIMO procedures to achieve different transceiver antenna several different modulation under the bit error rate measurements, run ui- start)
- 2005-12-13 23:27:11下载
- 积分:1
-
Zernike_code
computation of zernike moments
- 2013-09-25 19:36:09下载
- 积分: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