lazy.gnu

来自「非线性时间学列分析工具」· GNU 代码 · 共 22 行

GNU
22
字号
! echo ""! echo "**********************************************************************"! echo "*  Noise reduction. First: noisy data                                *"! echo "**********************************************************************"! echo ""pause 1set title "Noisy data"set data style dotsplot '< henon -l5000 | addnoise -v0.02 | delay'pause -1 "Press <return> to continue"! echo ""! echo "**********************************************************************"! echo "*  Simple noise reduction                                            *"! echo "**********************************************************************"! echo ""pause 1set title "Simple noise reduction"plot '< henon -l5000 | addnoise -v0.02 | lazy -m7 -r0.06 -i3 | delay'pause -1 "Press <return> when finished"

⌨️ 快捷键说明

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