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

搜索资源列表

  1. 二维小波变换

    1下载:
  2. 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:3785
    • 提供者:罗松溪
  1. 1.conv

    0下载:
  2. 卷积实验代码 实现多种功能 包括线性卷积和圆周卷积的动态演示-convolutional code experimental realization of a variety of functions, including linear and circular convolution of dynamic convolution demo
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4011
    • 提供者:万金油
  1. fft&conv

    0下载:
  2. 快速傅立叶变换和圆周卷积的通用MATLAB源程序,非常有参考价值
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3192
    • 提供者:kongrui
  1. mallat11

    0下载:
  2. 小波谱分析mallat算法经典程序,圆周卷积的快速傅里叶变换-small spectral analysis algorithm Mallat classic procedure, the circular convolution Fast Fourier Transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1271
    • 提供者:LS
  1. digitalfiltercode

    0下载:
  2. 圆周卷积滤波器,可清晰见到实际滤波器的算法
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2884
    • 提供者:费松
  1. lowpassfilter

    0下载:
  2. 用kaiser窗设计的低通滤波器,用圆周卷积实现线性卷积。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:165248
    • 提供者:蔡志成
  1. hsolpsav

    0下载:
  2. 采用重叠相加法和重叠保留法求 通过系统 的响应,其中圆周卷积长度N=8。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:879
    • 提供者:jun
  1. signal_procesing_using_matlab

    0下载:
  2. 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:37402
    • 提供者:芦达
  1. 实现离散信号a(n)和b(n)的线性卷积和圆周时域卷积

    0下载:
  2. 用matab实现离散信号a(n)和b(n)的线性卷积和圆周时域卷积,并显示。-A discrete signal with matab a (n) and b (n) linear time-domain convolution and circular convolution, and display.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:2649
    • 提供者:刘松
  1. conv.rar

    0下载:
  2. 通过matlab实现对dsp的仿真 基本的离散信号处理如卷积 圆周卷积等,matlab dsp signal
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:1540
    • 提供者:刘巧玲
  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

    • 发布日期:2017-03-28
    • 文件大小:655
    • 提供者:田友凡
  1. juanji

    0下载:
  2. 一个圆周卷积的代码~调用形式为y=juanji(h,x1,M) 其中,h和x1为输入,h为滤波器系数,x1为输入采样信号,输出为y,M为输入信号x1的长度。-A circular convolution of the code to call the form of y = juanji (h, x1, M) of them, h, and x1 for the input, h for the filter coefficient, x1 sampling input signals, o
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:837
    • 提供者:serena
  1. dit_fft

    1下载:
  2. 本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。-This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circula
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:735232
    • 提供者:yangshoping
  1. chap02

    0下载:
  2. ex2_1 利用Z变换求系统输出 ex2_2 求DFT ex2_3 求序列的圆周移位 ex2_4 求序列的圆周卷积 ex2_5 简单的DFT实例 -ex2_1 the use of Z transform ex2_2 demand for system output DFTex2_3 seeking ex2_4 shift sequence for the circumference of the circular convolution sequence ex2_5 sim
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1840
    • 提供者:白杨
  1. FIR

    1下载:
  2. 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:37551
    • 提供者:李文
  1. chap02

    0下载:
  2. ex2_1 利用Z变换求系统输出 ex2_2 求DFT ex2_3 求序列的圆周移位 ex2_4 求序列的圆周卷积 ex2_5 简单的DFT实例-for the use of Z transform ex2_1 system output DFT ex2_3 for ex2_2 sequence for translocation of the circumference of the circle sequence ex2_4 for easy ex2_5 the DFT co
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1646
    • 提供者:张满超
  1. 2-D_circular_convolution

    0下载:
  2. 二维圆周卷积,已经通过测试,效率很高。适合信号处理,通信专业学生使用。-2-D circular convolution. It works very well.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1033
    • 提供者:刘从义
  1. MATLAB

    0下载:
  2. 运用MATLAB编程实现计算两序列x1(n)={1,2,3,4,5},x2(n)={1,2,3,4,5,4,3,2,1}的圆周卷积-Calculated using MATLAB programming to achieve the two sequences x1 (n) = (1,2,3,4,5), x2 (n) = (1,2,3,4,5,4,3,2,1) of circular convolution
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:674
    • 提供者:王丽越
  1. circonv

    0下载:
  2. 圆周卷积 循环卷积 MATLAB程序集CONV-circonv
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:647
    • 提供者:liulu
  1. 线性卷积和圆周卷积

    0下载:
  2. 圆周卷积和线性卷积的运算 分别用了MATLAB的conv函数(Linear convolution and circumferential convolution)
  3. 所属分类:DSP编程

« 12 3 »
搜珍网 www.dssz.com