Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

what is the type of output of the FIR filter?

Status
Not open for further replies.

carlyou

Member level 4
Joined
Dec 6, 2004
Messages
78
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
771
Now, I'm focus on the sigma-delta ADC, when I study the part of digital filtering, I found that the FIR filter uses convolution to implement decimation and digital filtering, I think the output must be a discrete signal (I simulated it under MATLAB), but the ADCs' output must be digital signal? who can tell me what happened? 3x.
 

sigma_delta adc is the interface from analog to digital.
so the decimation is digital filter.
 

hi.
the FIR filter is the digital filter which has a linear output phase.
Desimation and interpolation are the techniqes in multirate DSP.
you can reffer to HELP of MATLAB for give more details.
 

The output of the FIR filter is a discrete signal calculated by the convolution sum between the input and the filter impulse response.
You can design an FIR filter in MATLAB using the GUI of the filter design toolbox.
The conversion to digital signal is the work of the ADC because it is the normal output for its specifications
 

carlyou said:
Now, I'm focus on the sigma-delta ADC, when I study the part of digital filtering, I found that the FIR filter uses convolution to implement decimation and digital filtering, I think the output must be a discrete signal (I simulated it under MATLAB), but the ADCs' output must be digital signal? who can tell me what happened? 3x.
When sampled by the ADC the values become discrete and also digital for further filtering in digital domain.
 

sigma-delta ADC includes two parts,analog sigma-delta modulator, after the modulator, digital signal generates, then you decimate the digital output from the modulator using digital filter, finally improved quantized multibit digital signal generates.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top