-
MATLAB_7
MATLAB 7.x系统建模与仿真代码,包括有:
1 第2~3.5~11章源代码
2 程序详细说明(MATLAB 7.x system modeling and simulation code, including: 1 2 ~ 3.5 ~ 11 Chapter 2 program source code details)
- 2010-06-19 16:22:23下载
- 积分:1
-
wanzhengchengxu
信号在信道进行传输时,经常会出现串扰,采用基于最大似然序列估计(MLSE)的电子色散均衡器的方法,克服光纤通信中的由各种色散引起的码间干扰。
研究基于最大似然序列估计(MLSE)的均衡器,采用维特比算法实现,用matlab仿真出采用MLSE后的性能指标(眼图和误码率)的提升。
(Signal transmission channel often occur crosstalk, based on the maximum likelihood sequence estimation (MLSE) electronic dispersion equalizer of the ways to overcome optical fiber communications in a variety of dispersion caused by the inter-symbol interference. Research based on the maximum likelihood sequence estimation (MLSE) of the equalizer, the Viterbi algorithm, a simulation using matlab after using MLSE performance indicators (eye diagram and bit error rate) of the upgrade.)
- 2020-12-12 22:29:16下载
- 积分:1
-
huizhiquxian
在同一坐标内,分别用不同线型和颜色绘制曲线y1=0.2e-0.5xcos(4πx) 和y2=2e-0.5xcos(πx),标记两曲线交叉点。( In the identical coordinates, separately uses different linear
and color curve y1=0.2e-0.5xcos (4 pi x) and y2=2e-0.5xcos (pi x),
marks two curves intersections. )
- 2006-06-06 12:06:57下载
- 积分:1
-
image-processing-method
使用matlab来进行图像处理最经典的工具书,详细的介绍了图像处理的方法(Image processing using matlab to classic books, and a detailed description of the image processing method
)
- 2011-07-18 10:40:33下载
- 积分:1
-
Riccati
C++ code for solution of Riccati equation based on chosen model. Solution is applicable for kalman filtering.
- 2014-11-02 02:52:23下载
- 积分:1
-
Matlab_2DFTIR
处理二维红外数据的代码,可以直接导入数据进行计算(.m)(For 2D FTIR,Easy to use)
- 2012-09-29 01:19:24下载
- 积分:1
-
CHBthrsevenleRABC
级联H桥三相七电平matlab仿真模型,分享供大家使用(Cascade H-bridge three-phase seven-level Matlab simulation model to share for everyone to use)
- 2014-02-27 15:26:46下载
- 积分:1
-
dipum_images_ch03
dipum_images_ch03 matlab编程实例(dipum_images_ch03 matlab Programming Example)
- 2009-09-12 11:11:10下载
- 积分:1
-
2
说明: 完成卡拉曼滤波,具有一定独特的特点,对初学者很有用(Caraman complete filtering, has a certain unique characteristics, useful for beginners)
- 2009-04-09 18:55:31下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1