-
errorcheck
这是一个可以对随机信号进行加噪,并通过QPSK和8PSK解调后,并分析误码率的程序,为m文件(This is a random signal can add noise, QPSK and 8PSK demodulation through, and after the procedure error rate analysis for the m file)
- 2010-11-25 22:24:04下载
- 积分:1
-
MATLAB7.0-based-tutorial
matlab7.0基础教程,清华出版社出版的,很好的学习材料(matlab7.0 based tutorials, Tsinghua University Publishing House, good learning materials)
- 2011-08-25 17:13:48下载
- 积分:1
-
german_highway-master
高速公路上关于车流量与速度关系,以及发生事故的可能性。(About the relationship between traffic volume and speed on the highway, and the possibility of accidents.)
- 2014-08-01 17:59:26下载
- 积分:1
-
OFDM
OFDM,包括OFDM调制与解调,经过验证,仿真通过,可用于本科论文毕设。(OFDM, including OFDM modulation and demodulation, after verification, by simulation, can be used in the undergraduate thesis project.)
- 2014-09-15 22:09:47下载
- 积分:1
-
mbsteg_1.2
msteg watermarking matlab code implementation
- 2013-12-12 17:31:22下载
- 积分:1
-
SOAmodel
该程序系统的模拟了半导体光放大器的物理模型,对研究半导体光放大器非常有用!!(The program system to simulate the physical model of semiconductor optical amplifiers, semiconductor optical amplifiers for research is very useful! !)
- 2021-04-08 20:29:00下载
- 积分:1
-
GPS_satellite_positions
推算GPS卫星24小时内的位置,matlab程序,本人花了很多时间编写!(projections GPS satellite within 24 hours of the location of Matlab procedures, I spent a lot of time to prepare!)
- 2007-05-28 22:33:02下载
- 积分:1
-
lm
说明: 最小二乘拟合的c++实现,使用差分,在matlab中设置c++编译器为vc++2005或以上,运行test.m即可(Least-squares fit in c++
set compiler as vc++ in matlab
then run test.m )
- 2011-09-29 15:24:18下载
- 积分:1
-
tulun-Prim_Dijkstra
matlab实现图论中的Prim算法,Dijkstra算法,注释清晰,另外附有报告。(matlab realize Prim algorithm of graph theory, Dijkstra algorithm, clear notes and reports.)
- 2013-10-04 09:41:47下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1