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

搜索资源列表

  1. matlab

    0下载:
  2. mat lab code for linear convolution.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:755
    • 提供者:jeyender
  1. ofdm

    1下载:
  2. OFDM全系统仿真代码,包括卷积编码,调制解调,四倍过采样-OFDM system-wide simulation code, including the convolution coding, modulation and demodulation, four times oversampling
  3. 所属分类:matlab例程

    • 发布日期:2017-04-30
    • 文件大小:173513
    • 提供者:dingcheng
  1. attachments(2)

    0下载:
  2. matlab code for convolution
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:575774
    • 提供者:lekshmi
  1. juanji

    0下载:
  2. 这是一个用DSP来实现卷积算法的一个源程序代码-This is a convolution algorithm with a DSP to implement a source code
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:1351
    • 提供者:yang
  1. convYo

    0下载:
  2. simple code for a convolution on matlab without using the instruction "conv", to compare the convolution of matlab with this one.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:12864
    • 提供者:cesar.pa17
  1. convolutionPcorrelation

    0下载:
  2. a matlab source code for convolution and correlation, combined by annotations
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1385
    • 提供者:Piyush
  1. Ex4_1

    0下载:
  2. dsp卷积的运算源代码 可以绘图 c语言程序汇编-dsp convolution of the source code for drawing operations
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:7656
    • 提供者:刘璐
  1. elec385

    4下载:
  2. 卷积反投影重建图像的matlab源代码,具有速度快,运算量低的特点-Convolution back projection image reconstruction of the source code matlab
  3. 所属分类:Special Effects

    • 发布日期:2014-12-22
    • 文件大小:1024
    • 提供者:maosen
  1. juanji

    0下载:
  2. matab实现卷积编译码,包括典型的(7,15)卷积码,通过画图体现误码率和信噪比的关系-matab achieve convolution encoding and decoding, including typical (7, 15) convolutional code, by drawing reflects the relationship between BER and SNR
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:13033
    • 提供者:htt
  1. Convolve

    0下载:
  2. 这是在dsp C5509上实现的卷积算法,多次实验,绝对能用。给需要的同学真正的帮助,憎恨所有的假代码!-This is implemented on the dsp C5509 convolution algorithm, many experiments, absolutely can. Students who need real help, hate all the fake code!
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:78841
    • 提供者:ddssjj131421
  1. 2011__opencvFilter2D_Test

    0下载:
  2. 这个是在刚学opencv时候的测试小代码。主要是卷积方面的,对图像进行滤波处理。同时,里面含有自编了一个简单函数滤波函数。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)-This is just a test when a small learning opencv code. Is the convolution of the main aspects of image filtering. At the same time, which contains a sim
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:3155
    • 提供者:tanfenfly
  1. gps11

    0下载:
  2. 基于采样率变换和循环卷积的GPS信号快速捕获。提出了一种适用于GPS软件接收机的C/A码和多普勒频移的快速捕获算法。该算法结合了采样变换FFT和时域卷积两种方法,提高了捕获速度和多普勒频移的精度。-Based on the sampling rate conversion and fast circular convolution of the GPS signal capture. Presents a GPS receiver software for C/A code and Dopple
  3. 所属分类:GPS develop

    • 发布日期:2017-03-29
    • 文件大小:528055
    • 提供者:haodiangei
  1. MED

    0下载:
  2. 最小熵翻卷积的源代码,此文摘自澳大利亚的学者。-Minimum entropy turn convolution of source code
  3. 所属分类:matlab

    • 发布日期:2016-03-22
    • 文件大小:1024
    • 提供者:张随征
  1. Dproj1

    0下载:
  2. image code for convolution and soruce coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1721
    • 提供者:mostafa
  1. 12122

    0下载:
  2. 数字图像处理实验代码,实现线性空域滤波,对图像进行模板卷积,然后锐化处理-Digital image processing experimental code, and realize the linear spatial filtering to do image template convolution, then sharpen processing
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:484803
    • 提供者:jmt
  1. convol_enc

    0下载:
  2. VHDL code for convolution encoder for wimax PHY layer. This design also has control to add controlled amount of noise in encoded output.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:1206
    • 提供者:zpatel
  1. Sobel

    0下载:
  2. Sobel算子就是一种基于方向导数掩模求卷积的方法。通过边缘检测算子可以检测到每个像素的领域并对灰度变化率进行量化,也包括方向的确定。该代码是基于sobel算法的检测程序。-Sobel operator is a directional derivative mask and convolution methods. To each pixel and gray level in the field rate of change can be detected through the edge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:562
    • 提供者:董凯凯
  1. ConvolveGui

    0下载:
  2. A MAtlab code for Convolution GUI-A MAtlab code for Convolution GUI...
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-08
    • 文件大小:21411
    • 提供者:suhe
  1. histogram-in-many-ways

    0下载:
  2. i am uploading the code for convolution in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1142
    • 提供者:kadam rohit
  1. Archive

    0下载:
  2. OFDM中物理层仿真,卷积编码,fft,ifft,插入导频,插入循环前缀等,包括matlab详细源代码-OFDM physical layer simulation, convolution coding, fft, ifft, inserting pilot, insert the cyclic prefix,Including detailed matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:906
    • 提供者:江雪
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 25 »
搜珍网 www.dssz.com