전 게시물에서 알아본
Noise Sampling
oversampling
의 특징과 효과를 이용하여 ADC architecture를 설계할 수 있다.
<Architecture>
1. Anti-Aliasing Filter
input singla xin(t)는 가장 먼저 anti aliasing filter를 통과하게 된다
이때 이 filter는 입력 신호의 고주파 성분을 제거하여
aliasing (신호 왜곡)을 방지한다.
2. Sample-and-Hold
filter를 거친 analog signal xc(t)는
sample-and-hold 과정을 거쳐
Quantization signal 로 생성된다.
즉, analog signal을 일정 시간 간격으로 samling하여 digital signal로의 변환의 초석을 만든다.
3. Delta-Sigma Modulator
oversampling & noise shaping을 통해
input signal을 ditial화 한다.
이때 발생하는 Quantization noise를 제거하기 위해 noise shaping 방법을 이용한다
sampling signal : xsh(t)는 modulator를 거쳐 xdsm(n)으로 변환된다.
이때 sampling 속도는 여전히 fs이다.
4. Decimation Filter
이 filter는 digital LPF, sampling 속도 감소(decimation) 의 기능을 담당한다.
digital LPF는 고주파 잡음 및 noise shaping 과정에서 발생한 noise 성분을 제거한다.
이때 sampling 속도를 줄여, OSR값이 감소된다.
결과적으로 signal bandwidth가 2f0로 변환된다.
출력 신호는 digital 형태의 low sampling 속도를 가진다.
'Circuit > ADC' 카테고리의 다른 글
ADC - Delta-Sigma Modulator Noise (1) | 2024.10.13 |
---|---|
ADC - Oversampling Advantage (0) | 2024.10.13 |
ADC - Quantization Noise & Spectral Density (0) | 2024.10.11 |