搜索资源列表

  1. 123

    0下载:
  2. 卷积运算,都是C编程,算法简单实用,希望大家喜欢-Convolution, is C programming, the algorithm is simple and practical, I hope everyone likes
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:王明
  1. juanji

    0下载:
  2. 卷积运算,功能很强大能进行图片的卷积处理,高斯滤波,平滑处理-convolve
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:151552
    • 提供者:wkp
  1. LISANSHIJIAN

    0下载:
  2. (1) 自行设计产生两个离散序列信号,对其进行相加、乘及卷积运算。 (2) 利用filter命令求下面LTI系统的冲激响应: y(n)-0.7y(n-1)-0.6y(n-2) + y(n-3) = x(n) + 0.5x(n-1) (3) 画出系统的零极点图,判断系统的稳定性、因果性。 (4) 绘出系统的频响曲线。-lisan time signal analyse
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:327680
    • 提供者:王丹
  1. q719

    0下载:
  2. q717是验证时域采样与频域采样的对偶性,q718是快速卷积运算-q717 is to verify the time domain sampling and frequency-domain sampling of the duality, q718 is fast convolution
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:唐阿福
  1. Conv

    0下载:
  2. 二维卷积运算 能够实现图片的卷积处理 绝对原创-Absolute original two-dimensional convolution
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:wangjie
  1. sign_n

    0下载:
  2. MATLAB实现卷积运算。信号的相关运算。信号的加噪声,去噪声。为一个M头文件。-MATLAB realization of convolution. Signal-related operations. The signal plus noise to noise. M for a header file.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李磊
  1. my_dsp_experiment

    0下载:
  2. 我做的关于数字信号处理的matlab实验。主要是卷积运算的实现和滤波器设计。-I have done on the digital signal processing matlab experiment. Is mainly the realization of convolution and filter design.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:256000
    • 提供者:xuhongteng
  1. juanji

    0下载:
  2. 在matlab里自行用简单语句编写的卷积运算程序,一道小作业题。-In matlab in their own written statement with the simple convolution procedure, a small job title.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:183296
    • 提供者:牛强
  1. hd

    0下载:
  2. 数字滤波器冲击响应函数c++源代码,包含低通、高通、带通、带阻滤波器,与待滤波信号进行卷积运算,完成滤波处理。-FIR Filter Based
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李友鹏
  1. MedianFilter

    0下载:
  2. 针对二维影像使用中值滤波器进行卷积运算(C++)-Convolution filtering using Median fiter
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:chnk
  1. convolutionprocessing

    0下载:
  2. 用C++实现的卷积运算代码,可用于于频域图像处理算法的后期开发-C++ implementation using convolution code, can be used in the frequency domain image processing algorithms developed in the late
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:678912
    • 提供者:xiaodongdai
  1. 2005

    0下载:
  2. 武大05复试机试题 卷积运算 写文件 printf("选择3*3模板还是5*5模板进行卷积运算(请输入5或者3)") -Wuhan University 05 questions re-examination machine convolution
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:331776
    • 提供者:沈乐
  1. fft

    0下载:
  2. 使用MATLAB对特定信号进行频谱分析,画出幅度和相位谱的图像,并包含卷积运算和验证程序-Using MATLAB on a specific signal spectrum analysis, to draw the image amplitude and phase spectrum, and includes convolution and verification procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Owen
  1. Ex4_1

    0下载:
  2. 可以实现卷积运算的一个小程序,适用于ccs2平台-Convolution can be achieved in a small program for ccs2 platform
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:detective121
  1. sdsdda

    0下载:
  2. 关于卷积运算和相关性运算的关系-Convolution and correlation on the relationship between computing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:237568
    • 提供者:张强
  1. Use-matlab-convolution-computation

    0下载:
  2. 使用matlab实现卷积的运算,学习MATLAB语言的编程方法及熟悉MATLAB指令;深刻理解卷积运算,利用离散卷积实现连续卷积运算; -Use matlab convolution operation, learn matlab language programming method and familiar with matlab instructions Understanding the convolution opera
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:zxc
  1. conv

    0下载:
  2. 读取两个txt文件,将其中的数据以数组形式保存,并对其进行卷积运算,保存到第三个txt文件之中。运行无错误!-Two txt files to read, the data in an array of preservation, and the convolution operation, save the third txt file. Run error-free!
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:731136
    • 提供者:
  1. dwt

    0下载:
  2. 基于 verilog的卷积运算代码,应用于离散小波分析。-verilog conv
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:方宁略
  1. Discrete-time

    0下载:
  2. 自行设计产生两个离散序列信号,对其进行相加、乘及卷积运算。 利用filter命令求下面LTI系统的冲激响应,画出系统的零极点图,判断系统的稳定性、因果性。 绘出系统的频响曲线 -To design of two discrete sequence of signals , their sum , multiplication and convolution . Seeking the following LTI syst
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:杨菲
  1. uconnv2_gaboos

    0下载:
  2. 使用Gabor滤波器器组对图像进行卷积运算 -use Gabor filters the imaage deconvolution operator
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3723264
    • 提供者:明白的
« 1 2 3 4 56 7 8 9 10 ... 24 »

源码中国 www.ymcn.org