CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - convolution

搜索资源列表

  1. filter

    0下载:
  2. 使用不同的核进行图像的二维滤波。包括Smooth(实现图像平滑)与Filter2D(对图像做卷积运算)-Using different nuclei of the two-dimensional filtering of the image. Smooth (image smoothing) Filter2D (image convolution operation)
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1346118
    • 提供者:zhouyang
  1. dfttransform

    0下载:
  2. 利用DFT对CTFT逼近。其中包括抽样、周期延拓、卷积、截短等。-Approximation using DFT CTFT. Including sampling cycle extension, convolution, truncated.
  3. 所属分类:Wavelet

    • 发布日期:2017-11-20
    • 文件大小:882
    • 提供者:胡伦华
  1. matlAB-ge-zhong-bian-huan

    0下载:
  2. 基于matlAB的切比雪夫、FFT频谱分析、FFT线性卷积、巴特沃斯程序代码,自己编写的-Based on The Chebychev matlAB the FFT spectrum analysis, FFT linear convolution code Butterworth own written
  3. 所属分类:Wavelet

    • 发布日期:2017-11-11
    • 文件大小:200812
    • 提供者:程诺
  1. NoiseJamming

    6下载:
  2. 线性调频信号的灵巧噪声卷积干扰matlab实现-Chirp signal dexterity the noise convolution interference matlab achieved
  3. 所属分类:matlab例程

    • 发布日期:2013-11-08
    • 文件大小:836
    • 提供者:朱峰
  1. H

    0下载:
  2. 使用卷积法再现实验记录全息图,效果很好,欢迎下载-Convolution method for reproducing holograms
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1004
    • 提供者:刘迪
  1. matlab-juanji

    0下载:
  2. matlab-----卷积计算方法及其他-matlab----- the convolution calculation methods and other
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:3534
    • 提供者:kevin
  1. CAZAC_seq

    0下载:
  2. This can be used to describe convolution in time domain is equivalent to multiplication in frequency domain.This also consist of generating the cazac sequences.
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:750
    • 提供者:Hims
  1. CircConvFCN

    0下载:
  2. 对两Seq1 Seq2列做循环卷积计算!对数字信号处理方面有帮助!-Performs circular convolution on Seq1 and Seq2
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:666
    • 提供者:刘毅
  1. fir

    0下载:
  2. 使用DSP28335 FIR(finite impulse response) 滤波器算法试验 对位相乘求和法实现卷积-DSP FIR (finite impulse response) filter algorithm test, on bit multiply convolution summation method to achieve
  3. 所属分类:DSP program

    • 发布日期:2017-11-23
    • 文件大小:137388
    • 提供者:lxd
  1. linear_convconvolution

    0下载:
  2. 分段卷积算法实现,并与基于DFT的线性卷积比较-Piecewise convolution algorithm, and compared with DFT-based linear convolution
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:1006
    • 提供者:邹国祺
  1. conv

    0下载:
  2. 自己用C/C++写的向量卷积源代码,清晰明了。写的是一维向量卷积,用的时候可以通过行列分别调用实现包括图像数据在内地的二维卷积变换-Own use C/C++ to write the vector convolution source code, clarity. Is a one-dimensional vector convolution, when called through the ranks including the transformation of the two-dimen
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:185204
    • 提供者:邓涛
  1. CONV

    0下载:
  2. 求卷积,可是做适当的修改,用于MATLAB中。-when we need to carculate convolution.It s indeed useful.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1157
    • 提供者:Birdman
  1. program

    0下载:
  2. the conv of continuous time to achieve data convolution,something about signal and system,one from random and the other as we-the conv of continuous time to achieve data convolution,something about signal and system,one from random and the other as w
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:11391
    • 提供者:邓松波
  1. newton_diff1

    0下载:
  2. 基于牛顿插值方法,由位置微分得到速度。给出卷积系数-Newton interpolation method by position differential speed. Given convolution coefficients
  3. 所属分类:Wavelet

    • 发布日期:2017-11-15
    • 文件大小:746
    • 提供者:lishui
  1. FFTandCONV

    0下载:
  2. 用matlab编写的线性卷积和FFT,与matlab自带函数功能一样。每行代码都有注释,便于拓扑和扩展-Linear convolution and FFT using matlab matlab own function function. Each line of code is well commented, easy topology and extended
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:1502
    • 提供者:周和
  1. SobelEdge_all

    0下载:
  2. 基于dsp c64的边缘检测算法的实现 Sobel边缘算子 两个卷积形成sobel算子,图像中每个点都用这两个核做卷积,一个核对同常的垂直边缘相应最大,而另一个对水平边缘相应最大。-Dsp c64 edge detection algorithm to achieve Sobel edge operator the two convolutional formation sobel operator, for each point in the image with the convolutio
  3. 所属分类:DSP program

    • 发布日期:2017-11-19
    • 文件大小:792229
    • 提供者:王林
  1. First_conv

    0下载:
  2. mimo—ofdm线性卷积,实现输入的800位宽的数据同两个序列的卷积-Mimo- ofdm linear convolution 800 bits wide input data with the convolution of two sequences
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:757255
    • 提供者:张迪
  1. dsp

    0下载:
  2. matlab编程对信号进行相关卷积等运算,并基于功率谱计算原理进行编程,加深对此理解 -the matlab programming related convolution operation signals and power spectrum calculation principle-based programming, to deepen this understanding
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:1026
    • 提供者:宋佳
  1. Demo_Signal-processing-laboratory

    0下载:
  2. 1. “信号处理实验室”是由NI开发,针对信号处理、信号与系统、通讯原理等课程量身订做的课程套件,其中包括了卷积、混叠、窗函数分析、栅栏效应、IIR、FIR、AM/FM调制、倒谱等等50多个从基础到高级的信号处理知识点的演示程序。有助于教学演示使用,帮助学生理解。 2. 本课件可直接打开并运行。 3. 本课程套件是exe文件\,如需帮助或免费提供源代码,可与NI技术市场工程师倪斌(bin.ni@ni.com)进一步联系。 -Signal processing labora
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:22791706
    • 提供者:周鹏
  1. DSP_matlab_filter

    0下载:
  2. 语音信号的数字滤波,双线性卷积实现滤波器的设计-The voice signal of the digital filtering, bilinear convolution filter design
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:474289
    • 提供者:fanyingwei
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com