-
mex
Mex库,支持Matlab中调用C++代码,实现综合运用(Matlab and Mex)
- 2012-05-20 13:14:23下载
- 积分:1
-
ma=1
标准AM振幅调制方式,ma=1时的标准AM振幅调制(Standard AM amplitude modulation, ma = 1 the standard AM amplitude modulation)
- 2013-07-21 13:47:47下载
- 积分:1
-
w代码
说明: 利用matlab和ceemd进行编程求解简单的信息熵((Using MATLAB and ceemd programming to solve simple information entropy, according to the IMF component to determine the situation of the signal))
- 2020-01-20 12:41:20下载
- 积分:1
-
MatlabcodeforFFT
FFT的实现的Matlab代码,利用Matlab来实现FFT,从而计算DFT(The Matlab code for FFT)
- 2009-12-16 12:59:05下载
- 积分:1
-
ex6
QPSK BER SER AWGN 正交相移键控的基带数字通信系统(QPSK BER SER AWGN )
- 2020-10-31 04:09:55下载
- 积分:1
-
detection
说明: QR二维码精定位,通过探测三个位置探测图形获得三个坐标,定位准确率90%左右。(QR code precise positioning, through the detection of 3 position detection patterns and then get 3 points, the recognition accuracy is about 90%.)
- 2019-03-11 10:44:20下载
- 积分:1
-
《射频电路设计——理论与应用》一书课后习题第七章Matlab程序代码-RF_ch07
《射频电路设计——理论与应用》一书课后习题第七章Matlab程序代码("RF circuit design-- Theory and Application," a book OSCAR Exercises Chapter VII Matlab code)
- 2005-04-04 19:44:37下载
- 积分:1
-
estimate_Geometric
describe estimate geomatric transfare
- 2014-12-01 04:26:24下载
- 积分:1
-
Addnoise
Add Salt pepper noise and gaussian noise
- 2015-03-28 16:46:18下载
- 积分: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