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

📄 suascii

📁 su 的源代码库
💻
字号:
#! /bin/sh# Set messages onset -x# Demo for suascii#-------------------------------------------------# Create a data set with suplane:#   32 traces#   tracl=1-32 tracr=1-32 offset=400 ns=64 dt=4000#   The three dipping events cross on tracl=16# Name temp data settemp=tempdata.bin#-------------------------------------------------# Create temp datasuplane |# Band-pass filtersufilter f=10,20,40,50 |# Change offset: each trace increments by 50 unitssuchw key1=offset b=50 key2=tracl |# Window: tracl=14-32, time = 80-160 ms.suwind key=tracl min=14 tmin=0.080 tmax=0.160 > $temp#-------------------------------------------------# Plot temp datasuxwigb < $temp title="$temp" key=tracl \          perc=100 hbox=600 wbox=400 \          label1="Time (s)" label2="key tracl" &    #-------------------------------------------------# Dump key names, key values, trace valuessuascii < $temp bare=0  > output.headers.traces &suascii < $temp bare=1  > output.traces &suascii < $temp bare=2  > output.headers & #-------------------------------------------------# Exit politely from shellexit

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -