📄 pcross_cor
字号:
# @(#)Pcross_cor 1.2 12/23/88# default parameter file for cross_corint start1 ?= 1: "First point from first input file to process";int start2 ?= 1: "First point from second input file to process";int nan ?= 0: "Number of points to process (0 means continue to end of file)";int frame_len ?= 0: "Number of points in each frame (0 means nan)";int step ?= 0: "Difference between starting points of successive frames (0 means frame_len)";int minlag ?= -10: "First lag to compute cross correlation for";int maxlag ?= 10: "Last lag to compute cross correlation for";string window_type ?= "RECT": "Window to apply to data";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -