搜索资源列表
Java图像处理
- 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential imag
BlindEqualizer
- Blind Equalizer 的演算法主要是利用CMA及 LMS 的配合,当CMA将EYE打开,使讯号趋近于正确值,就切换到LMS,利用Slicer的输出当作training sequence来调整Equalizer的系数,而Carrier Recovery 的部份,则是将phase error track出来-Blind Equalizer algorithm is the use of the CMA and LMS tie, W
Equalize
- 图像直方图,均衡化直方图。-image histogram, histogram equalization.
eqber_adaptive
- This scr ipt runs a simulation loop for either a linear or a DFE equalizer. It uses the RLS algorithm to initially set the weights, then uses LMS thereafter to minimize execution time. It plots the equalized signal spe
equalize
- equalize,used for color equalize ,and this is a plug_in of program of gimp
Equalize
- 图像直方图,均衡化直方图。-image histogram, histogram equalization.
Java图像处理
- 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential imag
BlindEqualizer
- Blind Equalizer 的演算法主要是利用CMA及 LMS 的配合,当CMA将EYE打开,使讯号趋近于正确值,就切换到LMS,利用Slicer的输出当作training sequence来调整Equalizer的系数,而Carrier Recovery 的部份,则是将phase error track出来-Blind Equalizer algorithm is the use of the CMA and LMS tie, W
eqber_adaptive
- This scr ipt runs a simulation loop for either a linear or a DFE equalizer. It uses the RLS algorithm to initially set the weights, then uses LMS thereafter to minimize execution time. It plots the equalized signal spe
ImageProc
- 一些常用的图像处理cpp和对应的matlab接口 是非常常用的一些代码-Quick list of the source included: imhist_thresh.cpp: Generate histogram from data,# of bins based on unique values. imsmarthist_thresh.cpp: equalize data based on histogram
Adaptive_equalizer_RLS
- This simulation uses RLS algorithm to equalize channel taps in receiver.
This_one
- Cooperative communication_power control a) Generate random binary sequence of +1’s and -1’s. (b) Given different Power to the source and the relay as well (c) Multiply the symbols with the channel and then add w
EqualizeDarkClouds
- OpenCV直方图等化范例,程式码简单易懂易学。-OpenCV histogram equalize sample, the code easy to understand to learn.
mmse2
- pe to snr for equalize zfl and mmse for channel [1/√2 1/√2] with tap 5
BlindEqualizationBasedonGeneticAlgorithm
- 盲均衡技术能够仅利用接收信号的统计特性对信道特性进行均衡,克服了传统自适应均衡技术需要训练序列、降低系统有效信息传输率的缺陷,成为目前的研究热点。本文简单介绍了通信中的盲均衡技术,并针对一个简单的信道模型给出了基于遗传算法的盲均衡算法。仿真结果表明,多次迭代的盲均衡的均值能够很好地代表未知信道的性能。 -Blind equalization was an adaptive equalization technique,which c
johansson-multiple-programmable-band-pass-equalize
- johansson多路可编程带通均衡器6504johansson multiple programmable band-pass equalizer 6504-johansson multiple programmable band-pass equalizer 6504
Equalize-histogram
- Just a small app to eualizing histogram
Main
- 图像处理中对图片的直方图进行均衡化的C语言程序- equalize of the image
Equalize
- Program that equalize the image using opencv only for read image
Histogram equalize
- 本程序介绍了直方图均衡化的算法,供读者学习(Histogram equalize based on Visual C++)