【正文】
l. 6. Fast DSP processors can handle plex binations of filters in parallel or cascade (series), making the hardware requirements relatively simple and pact in parison with the equivalent analog circuitry. Operation of digital filters In this section, we will develop the basic theory of the operation of digital filters. This is essential to an understanding of how digital filters are designed and used. Suppose the raw signal which is to be digitally filtered is in the form of a voltage waveform described by the function V ??x(t) where t is time. This signal is sampled at time intervals h (the sampling interval). The sampled value at time t = ih is x i ? x??( ih ) Thus the digital values transferred from the ADC to the processor can be represented by the sequence x0 , x1 , x2 , x3 , ... corresponding to the values of the signal waveform at t = 0, h, 2h, 3h, ... and t = 0 is the instant at which sampling begins. At time t = nh (where n is some positive integer), the values available to the processor, stored in memory, are x0 , x1 , x2 , x3 , ... x n Note that the sampled values xn+1, xn+2 etc. are not available, as they haven39。 類似于之前 , x1和 x2取 0。 5. 均值濾波器 : 該 輸出值是當前輸入值和前一個輸入值的平均值(算術(shù)平均)。 3. 純延遲濾波器: y n = x n1 在 t = nh 時的輸出值只是簡單的等于 t = (n1)h 時的輸入值,即信號延遲時間 h: y0 = x1 y1 = x0 y2 = x1 y3 = x2 ... etc 注意,由于抽樣是在 t = 0 開始,輸入值 x 1 在 t = h 是不確定的。 簡單數(shù)字濾波器 下面例子說明了數(shù)字濾波器的基本特征 : 1. 單位增益濾波器: 每一個輸出值 yn 與輸入值 xn 相等 : y0? x0?y1 ?x1?y2 ?x2?...etc 這是一個 經(jīng)常用到的濾波器 , 濾波器對輸入信號沒有影響 。 注意,采樣值 xn+1, xn+2等是不可用的,因為他們還不存在。 假設被數(shù)字化的“原始”信號以電壓波形的時間函數(shù)來描述: V ??x(t) 其中 t代表時間。模擬濾波器只能通過重新設計濾波器硬件電路來改變; 2. 數(shù)字濾波器很容易設計,測試 以及 實行 于 通用計算機 或 工作站 中; 3. 模擬濾波電路 的特點 (特別是那些含有 不穩(wěn)定性元件 )受溫度漂移 的影響并且依賴 于溫度。 如果需要,這些現(xiàn)在代表采樣的信號值濾波結(jié)果 的 計算,是 由 一個 DAC(數(shù)字到模擬轉(zhuǎn)換器)輸出的信號轉(zhuǎn)換回模擬形式。 該處理器可以是通用計算機,如 PC機(個人電腦)或者是一個專用的數(shù)字信號處理芯片。這樣的濾波器電路被廣泛應用在噪聲的降低、視頻信號的增強、音響系統(tǒng)中的圖像均衡以及其他的多個領域中。 畢業(yè)設計 (論文 )外文資料翻譯 系 : 電子信息系 專 業(yè): 電子信息科學與