-
ex10
仿真QPSK信号通过瑞利衰落信道的误比特率,并与AWGN信道下误比特率进行比对(Simulation of QPSK signal through the Rayleigh fading channel bit error rate, and AWGN channel bit error rate comparison)
- 2015-02-28 15:45:42下载
- 积分:1
-
matiaozhi
线形调频信号带码调制,程序是自己写的 仿真效果也不错 环境是MATLAB(Linear FM signal with modulation code, the program is to write their own simulation results would be a good environment is a MATLAB)
- 2007-11-10 12:51:08下载
- 积分:1
-
fft1
使用matlab编程,实现FFT卷积算法,经过样机的实验,得到正确的结果,而且代码简单易懂。(Using matlab programming, the realization of FFT convolution algorithm, the prototype of the experiment, to obtain accurate results, and easy-to-read code.)
- 2009-05-09 15:51:54下载
- 积分:1
-
混沌时序多步预测函数
说明: 混沌时序多步预测函数的MATLAB程序,对于研究混沌时间序列的朋友来说是个好程序(Chaos forecast sequential multi-step procedures MATLAB functions for research chaotic time series of friends is a good procedure)
- 2021-04-06 15:29:02下载
- 积分:1
-
MATLAB
说明: MATLAB常用的函数说明,对于初学者很有用(MATLAB)
- 2010-04-07 19:47:12下载
- 积分:1
-
ssc_lithium_cell_1RC
说明: 一阶RC等效电路电池模型,电池建模入门必备(Lithium Battery Cell - One RC-Branch Equivalent Circuit)
- 2021-01-11 15:18:49下载
- 积分:1
-
6
说明: 现代线性控制理论实验课程的原理,以及有关matlab的例子应用(Modern linear control theory, the principles of experimental program, as well as examples of application of the matlab)
- 2011-07-12 15:56:29下载
- 积分:1
-
matpower4.0
matpower,电力系统的潮流计算程序,包涵所有的IEEE节点数据(MATPOWER power flow calculation procedures, includes all IEEE nodes data)
- 2013-04-30 17:06:36下载
- 积分:1
-
EH_radio
自己写的matlab函数, 用于进行电流元磁流元空间辐射计算(homemade Matlab function, for the conduct of the current element magnetic current element space radiation calculation)
- 2012-11-09 01:50:13下载
- 积分: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