plotit

来自「remez算法设计FIR滤波器源码」· 代码 · 共 9 行

TXT
9
字号
#!/bin/sh## plot resulting filter frequency response# together with the original parameters#( echo "set logscale x" ;  echo "plot \"fft.plt\" with lines,\"param.plt\" with lines" ;  echo "pause 999" ) | gnuplot

⌨️ 快捷键说明

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