搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
MARBURG
- Routine marburg: To estimate the AR parameters by Burg algorithm. Input Parameters: n : Number of data samples ip : Order of autoregressive process x : Array of complex data samples x(0) through x(n-1) Output Parameters: ep : Real
ConstructWaveBaseFunction.rar
- 紧支撑小波基的构造。 以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像. void Convolution(double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction(double* pOutData) int CalcWaveletFunction(double* pOutData) Convolution()不是通用的离散卷积代码,而
fftbianhuan
- 实现了一维实序列的fft变换,有随机数产生函数、补零函数,返回值放在一个复数数组中,并有取模运算。-Achieved on the real sequence of fft transform, there are random number generator function, zero fill function, the return value in a complex array, and a modulo operation.
Based-on-Wavelet-and-knock-control-programmable-lo
- 小波和可编程逻辑阵列的爆震控制Based on Wavelet and knock control programmable logic array-Based on Wavelet and knock control programmable logic array
GaborFilter
- 利用Gabor滤波器提取图像纹理特征,用于图像分类模式识别-Extract the texture feature using Gabor filter/wavelet. You should first generate cell array G, which is a set of kernels in freq domain, then pass G and the image to the function GABORCONV.
matlab
- 阵列信号的处理,在阵列天线阵列中的DOA估计的经典算法-Array signal processing, antenna array in an array of classic DOA estimation algorithm
Wavelet_Packet_group2
- 这两个函数是用来转换成记录的数组(即数组中的每个位置是一个子矩阵)小波包树的过程中这两个函数将有助于pogrammers子图像容易-These two functions are used to convert the wavelet packet tree into array of record (i.e. each location in the array is a sub-matrix)... These two function will help the pogrammers fo
Spectrum-Analyzer
- 这是一个简单的应用,建立了解的Windows音频波形API的基本知识,并得到快速傅立叶变换(FFT)基本掌握。应用程序的特点是:双缓冲图形,采样音频信号源,选择录音源,使用调音台,计算FFT频谱阵列,并绘制采样数据。-This is a simple application built to understand the basics of the Windows Audio WAVE API, and to get a basic grasp on Fast Fourier Transfor
FFt
- 以上是一维傅里叶正变换程序代码,包含8个数组-More than one-dimensional Fourier transform program code, including eight array
wavetest
- 制作控件的操作和功能实现,曲线的读取数组里数据来实现-Operations and functions of production control to achieve the curve read array data
ESPRIT_2D
- 这篇代码介绍了一种阵列信号处理的一种算法,具有很大的作用。-This code describes an algorithm for an array signal processing, has a big role.
wavelet
- 用c语言写的db4多尺度小波去噪代码,效仿matlab的方式,将分解后的系数存放在原数组里-Db4 multi-scale wavelet denoising code, c language written emulate matlab manner, the decomposition coefficients stored in the original array
98
- 根据小波分析和神经网络原理,参考网上的一些免费源码,以及自己对Bp神经网络的理解,使用飞狐的函数和数组书写-Some free source of reference online, as well as their own understanding of Bp neural network based on wavelet analysis and neural network theory, a function of the flying fox and an array of writ
MUSIC
- MATLAB实现基本MUSIC算法与均匀线阵结合的DOA估计功能-MATLAB MUSIC algorithm with uniform linear array combination DOA estimation
yuan1
- 圆周阵波束形成,时延求和与等效不均匀线阵形成-Circumferential array beamforming, the the delay sum equivalent non-uniform linear array formed
Array-processing-algorithms
- 阵列信号算法的常用程序,matlab实现-Array signal algorithm commonly used procedures, matlab achieve
DOAaMATLAB
- 基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序.-MATLAB programs based on a two-dimensional DOA estimation augmented matrix beam L-shaped array.
music_6fc
- music算法6声源阵列matlab代码-MUSIC algorithm 6 source array /matlab code
matlab
- 一组基于matlab进行小波滤波变换的一维数组-Based on a set of one-dimensional array matlab wavelet transform filter