搜索资源列表
2D_convolution
- 二维卷积运算之C语言实现 若x为N1*M1的二维信号,y为N2*M2的二维信号,则卷积为(N1+N2-1)*(M1+M2-1)的信号-2D convolution operators on C language if x N1 * M1 to the two-dimensional signal y * M2 N2 for the two-dimensional signal, convolution (N1 N2-1) * (M1 M2 - 1) signal
FFTfrequencychartisanalytical
- 1.通过实验加深对快速傅立叶变换(FFT)基本原理的理解。 2.了解FFT点数与频谱分辨率的关系,以及两种加长序列FFT与原序列FFT的关系。 离散傅里叶变换(DFT)和卷积是信号处理中两个最基本也是最常用的运算,它们涉及到信号与系统的分析与综合这一广泛的信号处理领域。实际上卷积与DFT之间有着互通的联系:卷积可化为DFT来实现,其它的许多算法,如相关、滤波和谱估计等都可化为DFT来实现,DFT也可化为卷积来实现。-1. Deepen the experimental fast Fou
signal
- 定义了signal的类和它的方法,主要有FFT DFT和卷积运算,并能处理简单的复数。
conv
- 文章中详细论述了卷积运算的实现算法及滤波功能
yundongmuhu
- 设计一幅运动模糊图片。自定义点扩展函数,利用卷积运算实现运动模糊-the design of a motion-blurred images. Since the definition of point spread function, the use of convolution operation to achieve motion blur
juanji
- 卷积运算,功能很强大能进行图片的卷积处理,高斯滤波,平滑处理-convolve
hd
- 数字滤波器冲击响应函数c++源代码,包含低通、高通、带通、带阻滤波器,与待滤波信号进行卷积运算,完成滤波处理。-FIR Filter Based
2005
- 武大05复试机试题 卷积运算 写文件 printf("选择3*3模板还是5*5模板进行卷积运算(请输入5或者3)") -Wuhan University 05 questions re-examination machine convolution
conv
- 读取两个txt文件,将其中的数据以数组形式保存,并对其进行卷积运算,保存到第三个txt文件之中。运行无错误!-Two txt files to read, the data in an array of preservation, and the convolution operation, save the third txt file. Run error-free!
CVViiterbio
- 卷积码viterbi译码的蝶形算法,能大大大减少卷积码viterbi译码的运算时间 -Viterbi decoding of convolutional codes butterfly algorithm viterbi decoding of convolutional codes, can greatly reduce the computation time
vb-convolution-and-presentation
- 实现离散数组胡卷积运算及图像显示,简单易懂-It can have a powerful function of convolution and figuring the picture
dsp
- matlab编程对信号进行相关卷积等运算,并基于功率谱计算原理进行编程,加深对此理解 -the matlab programming related convolution operation signals and power spectrum calculation principle-based programming, to deepen this understanding
signal-analog
- 里面有对离散、连续信号的简单运算和卷积计算,还有频谱分析等等,GUI页面。-There are discrete, continuous signals convolution simple arithmetic and calculations, as well as spectral analysis, etc., GUI page.
the-0900-convolution
- 用MFC实现读取txt文件,并对文件进行卷积运算,可以用3X3、和5X5两种模板进行计算-Read txt file with MFC, and convolution files, you can use 3X3, 5X5 both templates and calculations
2812_FIR
- FIR直接卷积运算 加窗函数 hann采样频率128000 截止频率5-Hann FIR convolution operation directly add window function
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
cyuyan.txt
- 功能:对给定的数据进行卷积运算,要求分段卷积由循环卷积实现。要求设计有数据导入界面,各种参数从软件界面可以输入,其中给定序列可以由界面输入,对运算前后的数据绘制曲线。 -Function: to convolution computation on a given data, require segmented convolution by cyclic convolution operation. Data import interface is designed requirements,
实验四 重叠保留卷积
- 卷积:用重叠保留对hn和xn进行快速卷积运算,并包含一个子函数,对主要步骤的说明(conv I have use convolution operation to canlculate,this function conclude definite function)
Image-Enhancement-Using-Deconvolution-master
- 图像退卷积的几种方法,直接输入图片就能够进行相应的退卷积运算(Image deconvolution of several methods, directly enter the picture will be able to carry out the corresponding deconvolution)
binary_winaow
- 定义了signal的类和它的方法,主要有FFT DFT和卷积运算,并能处理简单的复数,()