-
Matlab_Wireless_Communications_example
MATLAB通信技术的全部例程(全)包括WCDMA、ofdm、mimo、各种调制技术、编码技术等(MATLAB wireless communication example(with all codes and blocks),worthy!!!)
- 2020-07-01 20:00:02下载
- 积分:1
-
MATLAB
俩个图像相减,得其差值图像,效果还不错,值得下载!(the cha of two map,it s very good.whatever,just to try.)
- 2010-12-01 09:58:44下载
- 积分:1
-
Matlabrbf
一个基于MATLAB的径向基的神经网络源程序(a MATLAB-based RBF neural network source)
- 2006-06-14 15:40:38下载
- 积分:1
-
chapter7_1
语音信号处理教材中,如何训练码书,从这段程序中可以简单地看出(Speech signal processing textbooks, how to train codebook, can simply be seen from this program
)
- 2013-11-25 20:35:05下载
- 积分:1
-
48Kdrive2
在转速为48K/min时,内圈故障的几个时域波形(In speed for 48 k/min, inner ring fault few time domain waveform
)
- 2012-11-19 21:22:50下载
- 积分: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
-
dSPACE-implementation-of-Fuzzy-Logic
dSPACE implementation of Fuzzy Logic based Vector Control of Induction Motor
- 2015-03-30 13:51:07下载
- 积分:1
-
stbc_m
自写较为完善的STBC空时分组编码的MATLAB源代码,包括G2(Alamouti),G3(码率1/2),G4(码率1/2),H3(码率3/4),H4(码率3/4)的五种正交编码矩阵,调制方式有BPSK、QPSK、8PSK、16QAM,得出了仿真值的误比特率BER曲线,连带给出了所有调制方式和编码矩阵的理论误比特率BER曲线。(This is a matlab code for stbc,including five kinds of coding matrix: G2(Alamouti),G3(rate 1/2),G4(rate 1/2),H3(rate 3/4),H4(rate 3/4) and many kinds of modulation,such as BPSK,QPSK,8PSK,16QAM etc.I present all the simulative BER figures and theory BER figure.enjoy:))
- 2016-07-02 17:00:39下载
- 积分:1
-
fmmod
uses the message signal X to modulate the carrier frequency Fc (Hz) and sample frequency Fs (Hz), where Fs >
2*Fc. FREQDEV (Hz) is the frequency deviation of the modulated signal.
- 2007-10-22 15:47:00下载
- 积分:1
-
Shannon_fano_Elias
This technique doesn t involve sorting of probabilities as in Shannon-Fano coding. The following formula is used to calculate F (x) which in turn generates the code
F (x) = F(x) + p(x) / 2,
where F(x) is cummulative sum of probabilities p(x).
It can be further understood with the following C code
- 2010-08-11 04:18:23下载
- 积分:1