![]() |
VOOZH | about |
Real-world signals are measured as a function of time, distance, temp, etc., and processed to extract information from them. These signals are examined as analog and discrete signals for further operations. The digital signals x(n) are discrete and represented in zeros and ones.
Sampling is measuring the amplitude of the continuous signal at discrete regular intervals that define the number of values that are captured over a certain period of time to convert the signal from Analog to digital.
Table of Content
Sampling is usually done by following the Nyquist criterion which states that the signal must be sampled with a sampling rate(fs) that is at least twice the highest frequency component of the signal.
fs ≥ 2*fmax frequency
In bandpass sampling, the required certain range of frequencies(band) in the spectrum where our signal of interest lies is sampled. Here, the signal sampling rate is used at least twice of its bandwidth. As we are using low sample rates below Nyquist, it is also known as under sampling.
fs > 2*Bandwidth
The bandwidth is calculated by subtracting the lower cutoff frequency(fL) from the higher cutoff frequency(fH) of the respective signal.
Bandwidth = fH – fL
The bandpass signal can be recovered from its sampled signal if,
fs = 2*fH / k
where, k ≤ int [ fH / B ]
Here, k defines the integer that needs to be chosen carefully according to the maximum sampling rate. Because in bandpass sampling, errors occur during signal conversion when the sampling rate is too low than required. To avoid aliasing, the signal's minimum frequency band should be correctly mapped during sampling. The sampling rate must satisfy,
[fH / k] ≥ fs(min) ≤ [fL / K - 1]
Active Bandpass Filters | Passive Bandpass Filters |
|---|---|
Along with resistors (R), capacitors (C), and inductors (L), it also uses active components such as operational amplifiers (op-amps) and transistors. | They use resistors (R), capacitors (C), and inductors (L), to achieve the desired filtered result. |
Active bandpass filters are assigned as first order because the magnitude of the signal reduces by half, every time the frequency doubles. | Passive bandpass filters are assigned as second-order type filter because it has two reactive components within its design, the capacitors. |
The amplifier circuit is added between these high pass and low pass filter that gives over all voltage gain of the circuit. | A simple passive bandpass filter can be made by combining a single low pass filter with a high pass filter. |
Involves more complex designing and requires power supply. | The circuit designing is simpler and no power supply needed. |
Given Below are the Advantages of the Bandpass Sampling
Given Below are the Disadvantages of the Bandpass Sampling
Given Below are the Applications of the Bandpass Sampling
In this Article, we have gone through Bandpass Sampling in brief ,Also we have also gone through the Difference Between Active and Passive Bandpass Filters with its applications, advantages, disadvantages.