📄 test.rem
字号:
// Lowpass filter example
// Note: type defaults to bandpass & weights default to 1
// This file describes a lowpass filter with a desired amplitude
// of 1 in the frequency range [0, 0.45] and zero in the range
// [0.55, 1]. The range [0.45, 0.55] is a transition region.
// For an 8 KHz sampling rate the Nyquist frequency is 4 Khz and
// the passband will be 0 to 1800 Hertz and the stopband will be
// 2200 to 4000 Hertz.
type = bandpass
weights = 1, 1
order = 22
bands = (0, 0.45), (0.55, 1)
amplitudes = 1, 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -