- #1
AlexMarshall
- 3
- 0
Hey everyone, I'm trying to get prepped from my EE Professional Engineering exam and there is a question that I cannot solve in the prep-guide. I'm hoping that someone might be able to help because it can be solved in MatLab (as noted in the book). Here is the problem description:
You are an engineer working at a major automotive manufacturer that offers a back-up/obstacle-detection system using sensors installed in the rear bumper. The sensors emit an ultrasonic signal ranging from 40-50 KHz. When an object is present, some of the ultrasonic signal is reflected back and the system will alert to driver to the obstacle. In minimal signal required for this detection is -70dBuV. The amplitude of the returned signal is indicative of the object's size.
Alongside the system, there is an electronic module radiating noise at 75 KHz. The level of this noise can be as high as -60dBuV. In order for this back-up system to function properly, the noise must be 15 dB below the desired signal. Note that the impedance and load impedance is 50 Ohms.
Problem:
Part A. Design an analog filter that will eliminate the impact of the noise on the system in a cost effective manner. Note any impacts that the filter may have on the back-up system.
Part B. Implement an Infinite Impulse Response (IIR) digital filter based on the analog filter in Part A. [Utilize MatLab]
Part C. Implement a Finite Impulse Response (FIR) digital filter that will eliminate the impact of the noise on the system. [Utilize MatLab]
Here is what I know thus far:
For Part A, I've located in the P.E. Reference manual the following instructions:
Create an Analog Filter
1. Transform to a low pass filter so that Filter Tables can be used
2. Normalize the Filter
3. Select the Filter Type
4. Determine the Filter Order
5. Establish T(s)
6. Verify T(s) by plotting the magnitude of T(j*omega)
7. Unnormalize Transform
8. Verify Unnormalized Transform by plotting magnitude of T(j*omega)
For Part B and C, I've narrowed it down to using the filter design tools to design a bandpass filters with pass band 40-50 kHz with no more than -25dB response at 75 kHz. I'm not sure if this is correct though.
I've located the following resources online but do not understand how to apply them towards my example.
http://www.mikroe.com/eng/chapters/view/73/chapter-3-iir-filters/
http://www.mathworks.com/help/toolbox/signal/ref/lp2bs.html
I really appreciate any help that you all would have to offer! This is the one problem that I haven't been able to solve in the manual!
Thank you!
You are an engineer working at a major automotive manufacturer that offers a back-up/obstacle-detection system using sensors installed in the rear bumper. The sensors emit an ultrasonic signal ranging from 40-50 KHz. When an object is present, some of the ultrasonic signal is reflected back and the system will alert to driver to the obstacle. In minimal signal required for this detection is -70dBuV. The amplitude of the returned signal is indicative of the object's size.
Alongside the system, there is an electronic module radiating noise at 75 KHz. The level of this noise can be as high as -60dBuV. In order for this back-up system to function properly, the noise must be 15 dB below the desired signal. Note that the impedance and load impedance is 50 Ohms.
Problem:
Part A. Design an analog filter that will eliminate the impact of the noise on the system in a cost effective manner. Note any impacts that the filter may have on the back-up system.
Part B. Implement an Infinite Impulse Response (IIR) digital filter based on the analog filter in Part A. [Utilize MatLab]
Part C. Implement a Finite Impulse Response (FIR) digital filter that will eliminate the impact of the noise on the system. [Utilize MatLab]
Here is what I know thus far:
For Part A, I've located in the P.E. Reference manual the following instructions:
Create an Analog Filter
1. Transform to a low pass filter so that Filter Tables can be used
2. Normalize the Filter
3. Select the Filter Type
4. Determine the Filter Order
5. Establish T(s)
6. Verify T(s) by plotting the magnitude of T(j*omega)
7. Unnormalize Transform
8. Verify Unnormalized Transform by plotting magnitude of T(j*omega)
For Part B and C, I've narrowed it down to using the filter design tools to design a bandpass filters with pass band 40-50 kHz with no more than -25dB response at 75 kHz. I'm not sure if this is correct though.
I've located the following resources online but do not understand how to apply them towards my example.
http://www.mikroe.com/eng/chapters/view/73/chapter-3-iir-filters/
http://www.mathworks.com/help/toolbox/signal/ref/lp2bs.html
I really appreciate any help that you all would have to offer! This is the one problem that I haven't been able to solve in the manual!
Thank you!
Last edited by a moderator: