Analysis

所属分类:数学计算
开发工具:Unix_Linux
文件大小:373KB
下载次数:3
上传日期:2009-02-26 19:38:29
上 传 者turkeyNUPT
说明:  分析FFT,LPC等变换,对信号处理的经典算法进行分析
(Description and detailed explanation on Fourier Transform, some FFT, LPC etc. Runable project demonstrates DCT transform on continuous audio, show and edit audio source with different zooming and view. )

文件列表:
Analysis (0, 2003-11-14)
Analysis\build (0, 2003-11-14)
Analysis\build\Release (0, 2003-11-14)
Analysis\build\Release\Audio.lib (19002, 2003-11-15)
Analysis\build\Release\FrontEnd.exe (28672, 2003-11-15)
Analysis\build\Release\Graphic.exe (225280, 2003-11-15)
Analysis\build\Release\Math.lib (2260, 2003-11-15)
Analysis\build\Release\Player.exe (143360, 2003-11-15)
Analysis\build\Release\ViewDCT.exe (229376, 2003-11-15)
Analysis\Speech.dsw (1967, 2003-11-14)
Analysis\src (0, 2003-11-14)
Analysis\src\Audio (0, 2003-11-14)
Analysis\src\Audio\Audio.dsp (3336, 2003-11-14)
Analysis\src\Audio\AudioIn.cpp (3164, 2003-11-15)
Analysis\src\Audio\AudioIn.h (497, 2003-11-15)
Analysis\src\Audio\AudioOut.cpp (2603, 2003-11-15)
Analysis\src\Audio\AudioOut.h (466, 2003-11-15)
Analysis\src\Audio\defines.h (414, 2003-11-15)
Analysis\src\Audio\Utils.cpp (2171, 2003-11-15)
Analysis\src\Audio\Utils.h (477, 2003-11-15)
Analysis\src\FrontEnd (0, 2003-11-14)
Analysis\src\FrontEnd\FrontEnd.cpp (2152, 2003-11-15)
Analysis\src\FrontEnd\FrontEnd.dsp (4595, 2003-11-14)
Analysis\src\FrontEnd\FrontEnd.h (1346, 2002-12-30)
Analysis\src\FrontEnd\FrontEnd.rc (5998, 2003-01-02)
Analysis\src\FrontEnd\FrontEndDlg.cpp (9409, 2003-11-15)
Analysis\src\FrontEnd\FrontEndDlg.h (1625, 2003-11-15)
Analysis\src\FrontEnd\res (0, 2003-11-14)
Analysis\src\FrontEnd\Resource.h (1008, 2003-01-02)
Analysis\src\FrontEnd\res\FrontEnd.ico (1078, 2003-01-02)
Analysis\src\FrontEnd\res\FrontEnd.rc2 (400, 2002-12-30)
Analysis\src\FrontEnd\StdAfx.cpp (210, 2002-12-30)
Analysis\src\FrontEnd\StdAfx.h (1054, 2002-12-30)
Analysis\src\FrontEnd\utils.h (338, 2003-11-15)
Analysis\src\Graphic (0, 2003-11-14)
Analysis\src\Graphic\Graphic.cpp (1536, 2003-11-15)
Analysis\src\Graphic\Graphic.dsp (4346, 2003-11-14)
Analysis\src\Graphic\Graphic.h (1193, 2002-11-09)
Analysis\src\Graphic\Graphic.rc (6956, 2002-11-24)
... ...

Project: Speech Author: Arkadi Kagan This directory contain a set of projects that was useful for first step in Audio analysis. All projects have limitation of what can be audio input or output: it must be raw 8 bits/sample data without advanced information. Current list of projects: 1. FrontEnd - demonstrates DCT transform on continuous audio. Result is painted as colored greed. Main parameters can be adjusted. 2. Graphic - allows to show audio source with different zooming. Can mark arbitrary part of source. Marked part of the source can be played. Marked part of the source can be saved in file. 3. Player - player that is able to play and record audio data that is required by other tools. 4. ViewDCT - demonstrates behavior of DCT coefficients. Allows to see how single specific DCT coefficient influences the resulting curve. Have option to tail resulting curve (after IDCT). Resulting curve can be played. Data to analyze can be loaded from a file. Compilation instructions: The recommended entry-point is "Speech.dsw" This file is a workspace created by Visual C++ 6.0. All project dependencies are signed in ".dsw" file. This mean compilation of any project must automatically run all its dependencies. Advanced static libraries, used in project: 1. Audio - library that gives simplified interface to audio input/output. Of-cause, available only relevant options and nothing more. Can be used out of project as stand-along library. 2. Math - currently only DCT and IDCT functions. TODO: 1. Find all possible crushes - I can`t do it without external feedback. 2. Add missing functionality that will be found critical.

近期下载者

相关文件


收藏者