?? window.test
字號(hào):
#! /bin/sh# @(#)window.test 1.1 5/31/88 ESI# test script for windowecho "1 1 1 1 1 1 1 1 1 1" | testsd -a- test.sdecho "should show 2 frames of 1s hamming windowed"cat test.sd | frame -l5 - - | window - - | psps -H -fwind_sd -echo "now use triangular window"echo "output field should be sd4"echo "1 1 1 1 1 1 1 1 1 1" | testsd -a- - | frame -l5 -f sd3 - - | window -wtriang -fsd3 -fsd4 - - | psps -H -fsd4 -echo "header should show window length 5 and HAMMING window type"cat test.sd | frame -l5 - - | window - - | psps -Dl -
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -