-
base2fft
根据DFT的基二分解方法,可以发现在第L(L表示从左到右的运算级数,L=1,2,3…M)级中,每个蝶形的两个输入数据相距B=2^(L-1)个点,同一旋转因子对应着间隔为2^L点的2^(M-L)个蝶形。从输入端开始,逐级进行,共进行M级运算。在进行L级运算时,依次求出个2^(L-1)不同的旋转因子,每求出一个旋转因子,就计算完它对应的所有的2^(M-L)个蝶形。因此我们可以用三重循环程序实现FFT变换。同一级中,每个蝶形的两个输入数据只对本蝶形有用,而且每个蝶形的输入、输出数据节点又同在一条水平线上,所以输出数据可以立即存入原输入数据所占用的存储单元。这种方法可称为原址计算,可节省大量的存储单元。附件包含算法流程图和源程序。(err)
- 2008-04-20 23:11:05下载
- 积分:1
-
coreFormatIn
核心数据处理 核心数据处理 核心数据处理 核心数据处理 核心数据处理 核心数据处理 核心数据处理(Core data-processing core data processing core data-processing core data processing core data-processing core data processing core data-processing)
- 2007-12-16 07:57:35下载
- 积分:1
-
matlab
) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。() The use of sub-blocks of principal component analysis (PCA) on the human face image coding. PCA method for large defects, first of all the issues into a singular value decomposition (SVD) problem, and then design a feature space of the update algorithm, recursive, simplifying the calculation of the amount calculated at each step to achieve real-time encoding requirements. 4) In the Windows platform based on Video for Windows (VFW) interfaces, the human face image coding and decoding video experimental system, the system achieved image acquisition, image display, encoding, decoding functions.)
- 2010-05-11 12:03:24下载
- 积分:1
-
optics-VCPP
说明: Optics聚类算法 OPTICS没有显示地产生一个数据集合簇,它为自动和交互地聚类分析计算一个簇次序。这个次序代表了数据基于密度地聚类结构。它包含地信息,等同于从一个宽广地参数设置范围所获得的基于密度的聚类(Optics do not show clustering algorithm OPTICS to produce a collection of data clusters, it is automatically and interactively computing cluster analysis a cluster order. This order represents the data to cluster based on the density structure. It contains in information from a broadly equivalent range of parameters obtained by density-based clustering)
- 2020-11-07 15:19:49下载
- 积分:1
-
levelfms
此应用程序不仅表明了基本的使用Microsoft基础类,而且也是一个起点书面申请。(This application not only demonstrates the basic use of Microsoft Foundation Classes, but also a starting point for an application in writing.)
- 2009-05-07 08:02:01下载
- 积分:1
-
batewosi1
详细阐述了波特沃斯低通滤波器的matlab仿真原理及对应的c语言实现过程,读完此资料后,对于巴特沃斯低通滤波器不管从c语言实现还是matlab实现,你都会有很好的理解(Matlab simulation principles elaborated Porter Worth low-pass filter and the corresponding c language implementation process, after reading this information, for Butterworth low-pass filter regardless of language or a c matlab implementation, you will have a very good understanding)
- 2014-10-30 09:17:14下载
- 积分:1
-
Micrium_uCFS
此为整套uC/FS程序,内含示例工程,运行绝对无错误、无警告,更关键的是内含详尽的英文使用手册。(wonderful~)
- 2009-04-12 17:21:31下载
- 积分:1
-
FaceDetector
说明: 基于摄像头的人脸识别门禁模拟程序,
在检测到人脸时开门(Camera-based face recognition access control simulation program, in the face when the door is detected)
- 2011-03-24 15:35:59下载
- 积分:1
-
MUSIC
说明: MUSIC 算法的实现原理 及其流程 数字信号处理(MUSIC algorithm implementation process of digital signal processing theory and)
- 2011-04-02 22:48:31下载
- 积分:1
-
GA
说明: 遗传算法在优化路径中的应用研究,MATLAB程序。
- 2012-04-21 19:47:01下载
- 积分:1