readme

来自「C++语言写的小波变换和傅立叶变换的源代码」· 代码 · 共 48 行

TXT
48
字号
//README file for directory "wave++/demos"To create the demos type makethis will create the executables for the following demos1) demoWavPackThe mathematical background for the algorithm implemented in demoWavPack.ccis in the file "documentation/demoDenoising.ps". Essentially,a thresholding is applied to the noisy wavelet coefficientswith respect to the best wavelet basis. This is done for manydictionaries of wavelet packets. See the comments in demoWav.ccfor more details. The program will pause (stop();) executionand will wait for the user to type "enter" every time after a new best basis is found and displayed on the screen(reconstruction errors are also displayed).2) demoWavSame as above except we use only the Wavelet transform instead of thefull Wavelet Packet Transform.  This demo is a good example of how touse the Wavelet Transform and its inverse.3) demoMPThe mathematical background and the basics of our implementation ofthe matching pursuit (MP) algorithm can be found in "documentation/mpTechReport.ps". Running demoMP will run both versionsof our implementation of MP and display errors for the reconstruction.It is easy to see that different errors are to be expected from the twoimplementations. The excutable demoMP takes (command-line) arguments and outputs a  file, this features should be self explanatory after inspecting the file demoMP.cc.NOTE: The inclusion of the library "ranlib" is only neededto generate random numbers with Gaussian distribution.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?