-
OFDMsimulation
OFDM模拟,包括matlaB程序及详细说明(OFDM simulation, including detailed description of procedures and matlaB)
- 2008-01-18 11:03:51下载
- 积分:1
-
Kalmanfiltering_theory_and_practice_using_MATLAB
matlab英文教材:卡尔曼滤波的方法与实践(matlab English materials: Kalman filtering method and practice)
- 2010-12-07 02:18:18下载
- 积分:1
-
RobotToolbox
被广泛应用于机器人的设计和仿真,是机器人行业的重要工具(Is widely used in robot design and simulation is an important tool in the robot industry)
- 2011-02-16 09:30:34下载
- 积分:1
-
wft_guassian
加窗傅里叶变换(windowed fourier transform_guassian)取高斯窗。(Windowed Fourier transform (windowed fourier transform_guassian) take the Gaussian window.)
- 2011-07-06 17:11:56下载
- 积分:1
-
Elevation-Angle-Calculation
Calculate elevation angle between two points given Lat Alt Lon
- 2013-03-08 16:26:18下载
- 积分:1
-
burg
伯格算法实现谱估计,不同阶数的AR模型功率谱估计(Berg algorithm spectral estimation, different order AR model power spectrum estimation)
- 2012-10-08 22:49:37下载
- 积分:1
-
具有反馈的BP神经网络Matlab实现,可用于预测。
具有反馈的BP神经网络Matlab实现,可用于预测。-With feedback of BP neural networks realize Matlab can be used for prediction.
- 2022-01-26 07:50:56下载
- 积分:1
-
SIMO
说明: 本代码为天线的发射分集代码,已经在MATLAB环境下调试过。(The code for the antenna transmit diversity codes, have been tried in the MATLAB environment down.)
- 2008-10-27 11:02:05下载
- 积分:1
-
cdma2c
CDMA Simulation for N Transmitter/Receiver Pairs
data bit stream for each sender
- 2014-10-09 20:33:14下载
- 积分: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