install
来自「时频分析的工具包」· 代码 · 共 43 行
TXT
43 行
Installing TFTB -- the Time-Frequency toolbox-----------------------------------------------------------1/ Get the sources from http://www.nongnu.org/tftb/2/ Uncompress the tarball3/ You don't need to compile anything to start using the TFTB. You just have to adjust the path of GNU Octave or Matlab (R).Let us say that you put the sources in the following directory:/home/myself/my_path/tftbGNU Octave----------Add the following line to your ~/.octavercLOADPATH = [ ":/home/myself/my_path/tftb//", LOADPATH ];or type addpath("/home/myself/my_path/tftb//");at Octave's prompt each time you start a new session.Matlab (R)----------Use 'Set path' dialog box or typeaddpath("/home/myself/my_path/tftb//");at Matlab's prompt each time you start a new session.-----------------------------------------------------------You can compile a version of the Reference Guide fromthe source. Run make in the directory refguide/.You need to have a complete LaTeX distribution runningon your computer.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?