install.txt

来自「用于信号处理里面的时频分析」· 文本 代码 · 共 44 行

TXT
44
字号

Installing TFTB -- the Time-Frequency toolbox
-----------------------------------------------------------

1/ Get the sources from http://www.nongnu.org/tftb/

2/ Uncompress the tarball

3/ 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/tftb

GNU Octave
----------

Add the following line to your ~/.octaverc

LOADPATH = [ ":/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 type

addpath("/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 from
the source. Run make in the directory refguide/.
You need to have a complete LaTeX distribution running
on your computer.

⌨️ 快捷键说明

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