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

搜索资源列表

  1. convolutional-code

    0下载:
  2. matlab讲解 卷积码的编码和解码程序-conv code encode decode
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3275
    • 提供者:张静文
  1. discrete_convolution

    0下载:
  2. 离散卷积图法的MATLAB实现程序,MATLAB函数conv只能计算从零开始的两个右边序列的卷积,此程序对序列没有此限制,适用范围更广。-MATLAB discrete convolution diagram method to achieve the program MATLAB function conv can only calculate the convolution of the right sequence from scratch, this program sequence d
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:9322
    • 提供者:
  1. emlog_4.1.0

    0下载:
  2. 一键式更换模板,方便快捷打造个性博客 支持日志URL自定义,链接样式更适合SEO 独有的碎语(微博)功能,让你用简单的文字记录生活 拥有专门的手机版本,随时随地记录你的生活 清爽的日志撰写页面、配以自动保存,书写博文更加舒适无忧 日志草稿箱功能,方便保存你未完成的日志 支持离线写作,你可以使用Windows Live Write等软件撰写博文 灵活的侧边栏组件(widgets)管理,轻松组合、自定义你喜欢的组件 支持强大的插件扩展功能,随意选择实用的插件,让你的博
  3. 所属分类:Browser Client

    • 发布日期:2017-03-27
    • 文件大小:340295
    • 提供者:史博闻
  1. conv

    0下载:
  2. 利用卷积定义,编写一个函数,完成两个信号的卷积功能-Convolution definition, write a function to complete the convolution of two signals function
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:1342
    • 提供者:庞清华
  1. juanji

    0下载:
  2. 求连续函数的卷积,利用matlab中的conv函数实现-Seek a continuous function of the convolution, using the conv function in Matlab to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1013
    • 提供者:秤子33
  1. Dsiggnal_proci

    0下载:
  2. 数字信号处理一种基于matlab 文件内容/conv(卷积部分)dupconv重叠保留法freqcirconv频域圆周卷积freqconv频域卷积timecirconv时域圆周卷积timeconv时域域卷积积/fft(频域分析部分)d2fft基2FFTdft DFT最简化程序源码dtftDTFT演示/fir(fir滤波器设计)fir 的到fir滤波器hngetwindow 的到fir滤波器窗函数wn -Digital signal processing matlab file content
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:37750
    • 提供者:反弹
  1. Conv

    0下载:
  2. Visual DSP++写的程序,实现两个信号的卷积,测试通过-Procedures Visual DSP++ write, the convolution of two signals, and tested
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:11169
    • 提供者:zhangpeng
  1. blur_mtrx1

    1下载:
  2. 输入卷积核h和信号长度N,生成卷积矩阵H conv(h,x, full ) == blur_mtrx1(h,length(x), full )*x 支持‘full’‘valid’和‘circular -generate the blur matrix
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-10-19
    • 文件大小:92426
    • 提供者:xuyq
  1. conv

    0下载:
  2. 数字信号处理,现行卷积的matlab代码,和函数文件。-Digital signal processing, the current convolution matlab code, and function files.
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:654
    • 提供者:宋彪
  1. convolution

    0下载:
  2. CONVOLUTION - Compute z = x convolved with y conv compute the convolution of two input vector arrays
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:3600
    • 提供者:Seb
  1. CCIRCULAR-CONV

    0下载:
  2. THIS THE CIRCULAR CONVOLUTION PROGRAMME WHICH IS IN C LANGUAGE. CIRCULAR CONVOLUTION METHOD IS THE BEST METHOD-THIS IS THE CIRCULAR CONVOLUTION PROGRAMME WHICH IS IN C LANGUAGE. CIRCULAR CONVOLUTION METHOD IS THE BEST METHOD
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:8532
    • 提供者:Rajeshwari
  1. android-splash-conv

    0下载:
  2. 图片格式转换RLE格式,可以进行很多开机图片转换-Image format conversion RLE format, can be a lot of boot image conversion
  3. 所属分类:Software Testing

    • 发布日期:2017-11-07
    • 文件大小:1249227
    • 提供者:
  1. convolution

    0下载:
  2. ifft和fft实现线性卷积,并与matlab中默认内置的conv()函数的结果对照,验证其正确性-using ifft and fft to accomplish linear conviction
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:1129
    • 提供者:如风
  1. Conv-code-and-Turbo-code

    1下载:
  2. 卷积码与Turbo码的性能仿真对比,在AWGN信道和Rayleigh信道下。-Performace Comparison of Convolutional codes and Turbo codes under AWGN channels
  3. 所属分类:Other systems

    • 发布日期:2016-04-02
    • 文件大小:43008
    • 提供者:klhkl
  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. conv

    0下载:
  2. BMP->JPGBMP->ICOJPG->BMPJPG->ICOICO->BMP图像格式变换 -With this application you convert the images contained into a directory
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-08
    • 文件大小:64217
    • 提供者:秦永久
  1. Multi_function

    3下载:
  2. 01 线性调频信号的卷积功能测试(匹配) 02 LFM一维距离像 03 MATLAB联合FPGA仿真输入/输出功能测试 04 解速度模糊 05 扩展目标检测-01 LFM Test function of "conv" 02 LFM Range 03 MATLAB and FPGA 04 resovle speed resolution 05 Extended moving target
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:6247
    • 提供者:yang
  1. conv

    0下载:
  2. 数据结构中用链表实现的多项式相乘,用于计算多项式乘法-Using linked list data structure to achieve polynomial multiplication, used to calculate the polynomial multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:912
    • 提供者:马明
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com