?? noise.gnu
字號(hào):
! echo ""! echo "**********************************************************************"! echo "* Noise reduction. First: noisy data *"! echo "**********************************************************************"! echo ""pause 1set title "Noisy data"set data style dotsplot '< henon -l5000 | addnoise -v0.02 | embed -d1'pause -1 "Press <return> to continue"! echo ""! echo "**********************************************************************"! echo "* Noise reduction in a data stream *"! echo "**********************************************************************"! echo ""pause 1set title "Noise reduction in a data stream"plot '< henon -l5000 | addnoise -v0.02 | noise -m7 -q2 -r0.3 -K500 | noise -m7 -q2 -r0.2 -K500 | embed -d1'pause -1 "Press <return> when finished"
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -