The transfer function for a filter is: 

$$H(jomega)=(jomega)/(1+jomega)$$

This filter is best classified as a:

A.   low-pass filter
B.   high-pass filter
C.   band-pass filter
D.   notch filter

1 Answer

James Dowd

Updated on January 3rd, 2021

A brief description of the different types of filters listed as possible answer choices:

  1. A low-pass filter allows low frequencies to pass through while attenuating high frequency signals.
  2. A high-pass filter allows high frequencies to pass through while attenuating low frequency signals.
  3. A band-pass filters allows frequencies in a specified frequency range to pass through.
  4. A notch filter attenuates frequencies in a specified frequency range and allows all others outside that range to pass through.

In order to figure out which type of filter we have, we want to evaluate the transfer function as the frequency approaches both 0 and infinity:

H(jω) =jω1+jω limjω0H(jω)=01+0 limjω0H(jω)=0

Now evaluating the transfer function as the frequency approaches infinity:

H(jω) =jω1+jω limjωH(jω)=1+=

We must use L'Hopital's rule since we get infinity over infinity:

limxcf(x)g(x)=limxcf'(x)g'(x)

Taking the derivative of both the numerator and denominator:

jω1+jω1(jω)-1+1 1(jω)-1+1=11+1jω

Solving once again for the limit as frequency approaches infinity:

limjωH(jω)=11+1 limjωH(jω)=11+0 limjωH(jω)= 1

Therefore, our transfer function approaches 1 as the frequency approaches infinity and 0 when the frequency approaches 0. This means that the filter allows higher frequencies, above a certain cut-off frequency, to pass through but rejects signals at the lower frequency end. This corresponds to the high-pass filter that was described previously.

Therefore, our answer is B, high-pass filter.

Copyright © 2024 Savvy Engineer