📄 install.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -