readme

来自「Matlab时频分析工具箱,希望能对大家有所帮助啊」· 代码 · 共 22 行

TXT
22
字号
To use the toolbox, 'cd' to this directory and execute 'ltfatstart'.In Octave you can put this command in your ~/.octaverc file.Directory struture.The toolbox is organized in subdirectories as follows:  fourier   - Basic Fourier analysis and DCT/DST transforms.  tf        - Basic time/frequency analysis and synthesis function.  sigproc   - A collection of simple, signal processing tools.  examples  - Examples.  signals   - Test signals for use with the examples.  comp      - Computational subroutines.              These should not be called directly.  src       - C implementation of the most computationally intensive              routines.  mex       - Mex files to speed up the toolbox (if compiled)  oct       - Octave C++-files to speed up the toolbox (if compiled)The file INSTALL contains instructions for compiling the C-library and the Octave and Matlab interfaces.

⌨️ 快捷键说明

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