
特點(diǎn):
• 用交互式波特圖設(shè)計(jì)你的濾波器頻率響應(yīng)
• 內(nèi)置信號(hào)監(jiān)測(cè)探點(diǎn)的數(shù)字信號(hào)處理框圖
• 兩個(gè)輸入通道,兩個(gè)有混合輸入控制矩陣的輸出通道
技術(shù)參數(shù):
• 1 Hz–1 MHz角頻率
• 0.1–10 dB 可配置帶通波紋
• 2nd–8th序列濾波器
• 預(yù)設(shè)濾波器:低通、高通、帶通、巴特沃斯濾波器、切比雪夫I、切比雪夫II和橢圓函數(shù)型
• 50Ω/1MΩ輸入阻抗
• 亞微秒輸入-輸出延時(shí)
• 獨(dú)立可調(diào)的輸入輸出偏差及增益
• 混合可選的雙通道雙通道MIMO系統(tǒng)
我可以裝載我自己的濾波系數(shù)嗎?
Yes! Moku: DigitalFilterBox implements infinite impulse response (IIR) filters using 4 cascaded Direct Form I second-order stages with a final output gain stage. To specify a filter, you must supply a text file containing the filter coefficients. The file should have six coefficients per line, with each line representing a single stage. If output scaling is required, this should be given on the first line. Each coefficient must be in the range [-4.0, +4.0). Internally, these are represented as signed 48-bit fixed-point numbers, with 45 fractional bits. The output scaling can be up to 8,000,000. Filter coefficients can be computed using signal processing toolboxes in e.g. MATLAB or SciPy.

|