window.test
来自「speech signal process tools」· TEST 代码 · 共 12 行
TEST
12 行
#! /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 -
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?