当前位置:
首页
资源下载

搜索资源 - convolution matrix
搜索资源列表
-
1下载:
关于二维小波变换的程序 [精华]
说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
-
-
0下载:
在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用.
另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Si
-
-
1下载:
matlab实现矩阵卷积 matlab实现矩阵卷积
-matlab convolution matlab matrix to achieve the realization of the matrix convolution
-
-
0下载:
线积分卷积,可以利用白噪声图像实现二维向量矩阵的可视化,多用于流体研究。-Linear Integral convolution(LIC), a visualization algorithm for 2D vector matrix.
-
-
0下载:
是一个完成循环卷积的MATLAB程序
实现方法实在时域完成的,不同于简单的频域实现,有较好的注释,一看就能懂,用的是矩阵的方法实现的-Is a cyclic convolution achieve implementation of the MATLAB program with it, the finish time domain, frequency domain is different from the simple implementation, there is a good n
-
-
0下载:
DSP算法,包括线性卷积、复多项式矩阵积分,离散傅立叶变换、反离散傅立叶变换等-Linear convolution, matrix integral, DFT and IDFT...
-
-
0下载:
circular convolution and matrix multiplication
-
-
0下载:
This source code is a one file implementation of 2d correlation and convolution.
Using the basic difference between correlation and convolution this code correlates or convolves a given 2d matrix with a square window matrix (another 2d matrix) in a
-
-
0下载:
滤波器的设计
线性滤波
卷积与相关
imfilter 滤波函数
预定义滤波
FIR 滤波器的设计
FIR 滤波器基础
计算二维频率响应
计算期望频率响应矩阵
频率变换法 频率采样法
窗函数法 -The design of linear filtering, convolution filter and associated filtering function imfilter predefined filter F
-
-
0下载:
全极点建模的Burg算法;
产生卷积矩阵;
产生协方差矩阵;
全极点建模的协方差法;
MA过程的Durbin法。-All-pole modeling of the Burg algorithm generate convolution matrix generated covariance matrix all-pole modeling of the covariance method MA process, Durbin method.
-
-
1下载:
基础代码。评价两个图形的相似度。给定两个01矩阵,采用卷积的方式评价两个图像的相似度。-Base code. Evaluation of the similarity of the two graphics. Given two 01 matrix, using convolution approach to evaluating the similarity of two images.
-
-
0下载:
Working with matrix, convolution, determinant!
-
-
0下载:
一个关于线性卷积的程序,使用通过用托普利兹矩阵完成-Linear convolution of a program on the use of matrix completion by using Top Leeds
-
-
0下载:
讲述如何使用matlab进行基本的信号变换,包括傅里叶变换,卷积。使用矩阵的方式进行傅里叶变换,避免了使用matlab函数运算功能带来的大量时间浪费-How to use matlab to basic signal conversion, including the Fourier transform, convolution. matrix Fourier transform, to avoid a lot of time wasted matlab function computing
-
-
0下载:
Finds the convolution matrix of two input vectors
-
-
0下载:
矩阵卷积,matlab代码,希望能帮助那些需要进行运算的同学-matrix convolution
-
-
0下载:
计算并显示滤波器的ambiguity function,分析滤波器的时间频域特性,使用卷积矩阵运算速度快-Calculates and displays the filter ambiguity function, time-frequency domain analysis filter characteristics, the use of fast convolution matrix operations
-
-
0下载:
回旋矩阵,用java语言编写,自己写的算法-convolution matrix
-
-
0下载:
可以实现任意两个二维的任意维度的矩阵的卷积 -matrix convulution
-
-
0下载:
矩阵卷积的几种版本:conv函数,矩阵乘法形式,纯矩阵乘法形式(Several versions of matrix convolution: convolutional vision, matrix vision, only-matrix vision)
-