搜索资源列表

  1. src-conv.tar

    1下载:
  2. 蒙特卡罗算法。用盟特卡罗算法模拟光在组织钟的传播,也可以模拟其它领域随机粒子的运动等。-Monte Carlo algorithm. Shakespeare used the AU-simulation algorithm organizations bell in the spread, but also in other fields can be simulated random particle movement.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:30839
    • 提供者:白光磊
  1. Conv-Int.h

    0下载:
  2. Definitions of convolution interleaver cla-Definitions of convolution interleaver class
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:Jawahar
  1. conv

    0下载:
  2. 调用MATLAB命令conv()函数,编写离散信号卷积和的通用程序dconv( )-Call the MATLAB command conv () function, the preparation of discrete signal convolution and the general program dconv ()
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:亢伟
  1. conv

    0下载:
  2. 利用DFT和IDFT计算x(n)和y(n) 的10点、15点、20点圆周卷积,然后与线形卷积结果画图比较-Calculated using DFT and IDFT x (n), and y (n) 10 points, 15 points, 20 points cyclic convolution, and then drawing comparison with the linear convolution result
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:田友凡
  1. conv

    0下载:
  2. conv clock code for any thing
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:beshoy
  1. conv

    0下载:
  2. matlab 卷积码的仿真,很好很实用 经过了测试的-matlab simulation of convolutional codes
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:ddcdc
  1. conv

    0下载:
  2. simulation of pwm converter
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:
  1. conv

    0下载:
  2. GPS 定位经纬度格式的转换,读转度分转度分秒,三者可以相互转换-change the GPS logititude and latitude
  3. 所属分类:GPS编程

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:feng yunliang
  1. prgm

    0下载:
  2. matlab programs used to calculate conv,autocorrelation,dft, idft,etc
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:vasu
  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例程

    • 发布日期:2024-05-04
    • 文件大小:13312
    • 提供者:cesar.pa17
  1. convulution-without-conv-fn

    0下载:
  2. convolution without using conv function
  3. 所属分类:CA认证

    • 发布日期:2024-05-04
    • 文件大小:8192
    • 提供者:rvc
  1. conv

    0下载:
  2. monte carle mc conv c/c-monte carle conv c/c++
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:3072
    • 提供者:黑风
  1. filter.conv

    0下载:
  2. 用filter函数或conv函数求解系统输出响应的主程序-Solving the system responds with output filter function or the main function conv
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:28672
    • 提供者:just soso
  1. conv

    0下载:
  2. For given A/B returns conv(A,B) (non-circular). Subroutine can automatically choose between three implementations: straightforward O(M*N) formula for very small N (or M), overlap-add algorithm for cases where max(
  3. 所属分类:OA系统

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:titotito
  1. convolution-without-conv-function

    0下载:
  2. In this program a convolution is taken without the use of built in function conv
  3. 所属分类:软件工程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:Rizwan
  1. conv

    0下载:
  2. 16位的卷积器 直接套用公式编写,执行正确-conv
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-04
    • 文件大小:5614592
    • 提供者:李二
  1. cross-and-conv

    0下载:
  2. Matlab code for convolution and correlation.Takes into account the indices of the input sequences,unlike the inbuilt corr() and conv() functions.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:263168
    • 提供者:asmwriter
  1. conv

    0下载:
  2. Conv Encoder for VHDL Vivado
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-04
    • 文件大小:15360
    • 提供者:Vaaiib
  1. conv

    0下载:
  2. 矩阵卷积的几种版本:conv函数,矩阵乘法形式,纯矩阵乘法形式(Several versions of matrix convolution: convolutional vision, matrix vision, only-matrix vision)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-04
    • 文件大小:1643520
    • 提供者:zoe_dsj
  1. 卷积

    0下载:
  2. 通过将卷积拆分为原来的反转,平移,相乘,积分模拟conv的结果。(By integrating the convolution into the original inversion, translation and multiplication, the result of conv is simulated.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:67584
    • 提供者:ccoofe
« 1 23 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org