⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 window.test

📁 speech signal process tools
💻 TEST
字号:
#! /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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -