Engineering Bandwidth Filtering: Get Help Solving Last Problem

  • Thread starter Thread starter snatchingthepi
  • Start date Start date
  • Tags Tags
    Bandwidth Filter
Click For Summary
The discussion focuses on solving a DSP problem related to determining the 3dB bandwidth of two filters. The initial suggestion is to compute and plot the magnitude of each filter's transfer function. Participants emphasize the importance of showing work and clarifying the plotting method, particularly regarding the variable used. The final advice is to identify the upper and lower -3dB frequencies from the transfer functions provided. This approach has motivated the original poster to seek a solution effectively.
snatchingthepi
Messages
145
Reaction score
37
Homework Statement
Determine the 3dB bandwidth of the filters

$$ H_1(z) = \frac{1-a}{1-az^{-1}} $$

$$ H_2(z) = \frac{1-a}{2} \frac{1+z^{-1}}{1-az^{-1}} $$

if 0<a<1
Relevant Equations
Not sure.
Hi everyone

I am finishing the last problem for a DSP problem set and just frankly have no idea where to start this one. I'm thinking I could compute the magnitude of each filter and then compare, but again am not sure. Can anyone point me in the right direction?

Thanks
 
Physics news on Phys.org
Try that first. Plot the magnitude like you were saying. You have to show some work or attempt before people can help you here.

edit:

When you plot it: Are you going to plot as a function of ##z## or as something else? Did the professor use anything else or give you an equation where ##z## was some function of something else that had ##\Omega## in it?
 
Last edited:
  • Like
Likes snatchingthepi
snatchingthepi said:
Homework Statement:: Determine the 3dB bandwidth of the filters

$$ H_1(z) = \frac{1-a}{1-az^{-1}} $$

$$ H_2(z) = \frac{1-a}{2} \frac{1+z^{-1}}{1-az^{-1}} $$

if 0<a<1
Relevant Equations:: Not sure.

I am finishing the last problem for a DSP problem set and just frankly have no idea where to start this one. I'm thinking I could compute the magnitude of each filter and then compare, but again am not sure. Can anyone point me in the right direction?
You can just figure out where the upper and lower -3dB frequencies are from each transfer function...

1618423279074.png
 
  • Like
Likes snatchingthepi
These posts were enough to encourage me to find a good answer. Thank you both.
 
Greetings to all, I am writing with a question regarding graph generation in LTSpice. I am using LTSpice XVII and am trying to plot AM-AM and AM-PM characterization for a power amplifier, but I haven't been successful yet, likely due to my lack of practice with this specific analysis. I have been using a square wave input at 8.2 MHz as the voltage waveform for my power amplifier. It is said that for a switching amplifier like Class-D, the AM-AM / AM-PM (amplitude-to-amplitude and...
Thread 'How do I determine the resistance for RLC low pass filter?'
Hi, I am trying to build a RLC low pass filter that atenuates the frequency below 4500 Hz. However, I have encountered some problem when choosing the correct R to work with. Here is the Circuit Here is the original sound. Here is my code in Matlab function Vout = myFilterCircuit(Vin,h) n_V = length(Vin); f_7 = 4470;; % Undesired frequency h_7 = h; % delta time % These are for the constant and initialization of the variables t_7 = 0:h_7:(n_V-1)*h_7; % This is the independent variable...