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

搜索资源列表

  1. 数字图像处理图像去模糊迭代盲去卷积算法

    3下载:
  2. 数字图像处理图像去模糊迭代盲去卷积算法matlab源代码-Digital image processing, image deblurring iterative blind deconvolution algorithm Matlab source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-24
    • 文件大小:1072
    • 提供者:liu
  1. 卷积的意义

    0下载:
  2. 卷积的意义
  3. 所属分类:其它文档

    • 发布日期:2012-11-17
    • 文件大小:75264
    • 提供者:jinqifan
  1. 卷积码、CRC

    0下载:
  2. 卷积码的C源程序,包括编码器和译码器。还有一个是循环荣誉校验的vhdl]源码。-convolution of C source code, including the encoder and decoder. There is a cycle of the calibration honor VHDL] source.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:6922
    • 提供者:signific
  1. 卷积神经网络人脸识别程序

    3下载:
  2. 深度学习中用卷积神经网络来训练模型,输入人脸图像到模型中从而进一步识别
  3. 所属分类:其它

  1. convolution3D_FFTdomain

    1下载:
  2. 计算三维傅里叶卷积,对于时域和空域转换了解十分有用(Calculation of three-dimensional Fourier convolution, for the time domain and airspace conversion is very useful)
  3. 所属分类:图形图象

    • 发布日期:2017-12-12
    • 文件大小:1872
    • 提供者:地狱使者
  1. Viterbi

    0下载:
  2. 实现了一个基于卷积码的通信系统 可以统计不同信噪比的误码率(A convolutional code based communication system and implemented to calculate the BER of different SNR)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-21
    • 文件大小:50176
    • 提供者:bigbrother
  1. CNN Matlab代码

    13下载:
  2. 利用大量图像数据对卷积神经网络算法进行训练,通过卷积、池化、下采样以及全连接层训练后的卷积神经网络在图像识别精度越来越高。(By using a large number of image data to train the convolutional neural network algorithm, the accuracy of the image recognition is higher and higher by convolution, pooling, down sampling
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-03
    • 文件大小:3072
    • 提供者:aperture
  1. Image-Enhancement-Using-Deconvolution-master

    0下载:
  2. 图像退卷积的几种方法,直接输入图片就能够进行相应的退卷积运算(Image deconvolution of several methods, directly enter the picture will be able to carry out the corresponding deconvolution)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:7168
    • 提供者:apeng1234
  1. viterbi

    0下载:
  2. 卷积码,Bpsk调制,利用硬解码和维特比软译码(Convolutional code, Bpsk modulation, using hard decoding and Viterbi soft decoding)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:rango
  1. DSP2017.6.8

    0下载:
  2. .通过图像与 sobel 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 2.通过图像与 Prewitt 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 3.进一步处理图像,定位出车牌位置。 二(License plate recognition after two-dimensional convolution removal)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:愣Q鱼
  1. CNN

    6下载:
  2. 卷积神经网络的全部代码,已经调试通过了,可用于特征选择(Convolutional neural network all the code, has been debugged, and can be used for feature selection)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-03
    • 文件大小:14729216
    • 提供者:Winner_DCL
  1. cnn

    0下载:
  2. 运用java语言简单实现卷积神经网络算法(Simple implementation of convolutional neural network algorithm using java language)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-18
    • 文件大小:16384
    • 提供者:武林至尊
  1. viterb

    1下载:
  2. 卷积码的维特比译码在matlab中的实现(Viterbi decoding of convolutional codes)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-23
    • 文件大小:4944896
    • 提供者:SimpleVibe
  1. 信道编码与解码

    2下载:
  2. 对通信数据进行二分之一卷积编码,添加噪声,对接收数据进行维特比译码。(1/2 convolutional encoding of communication data, adding noise to carry out Viterbi decoding of received data.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-23
    • 文件大小:716800
    • 提供者:manchild19
  1. ver_0.83

    2下载:
  2. 通过卷积神经网络进行人脸模式识别。。。。(Pattern recognition by means of convolutional neural networks)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-03
    • 文件大小:625664
    • 提供者:beautifuler
  1. CNN_MNIST

    0下载:
  2. Tensorflow实现基于MNIST数据集的卷积神经网络(Tensorflow implementation of convolutional neural networks based on MNIST data)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:23196672
    • 提供者:zcc720
  1. VA

    0下载:
  2. BPSK调制,卷积编码,硬判决,维特比译码,误比特率(BPSK modulation, convolutional coding, hard decision, Viterbi decoding, bit error rate)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:zhiliao7
  1. CNN_code

    0下载:
  2. 卷积神经网络代码齐全,手写数字识别以及SAE的例子(Convolutional neural network code)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:14735360
    • 提供者:艾琳
  1. Iterarive Deconv

    0下载:
  2. matlab实现信号迭代解卷积功能。其中包含了三个文件:1.iter_Deconv,迭代解卷积子函数;2.receiver_H,例子中接收线圈系统函数生成子函数;3.测试迭代解卷积的测试函数。(matlab to achieve signal iteration deconvolution function. Which contains three files: 1.iter_Deconv, iteration deconvolution of the cumulative sub-funct
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:1024
    • 提供者:ZonyShi
  1. Convolutional code

    0下载:
  2. 卷积码的仿真,包含多种译码算法,例如维特比,MAP等。(It's about convolutional code simulation, including a variety of decoding algorithms.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:26624
    • 提供者:yason
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com