⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 小波分析程序
💻
字号:
//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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -