Use frequency sampling to design a filter b[n] that approximates the "batman" frequency response B(e) in the figure below. What are the fewest number of samples needed to get a good representation of the filter? The value of B(e) for any w can be found using the function batman.m on the Canvas homepage. (Note that batman.m provides the actual gain, not the gain in dB). JU Amplitude 3 2.5 2 1.5 0.5 0 -1 -0.8 -0.6 -0.4 0 | 0.2 -0.2 Normalized Frequency 0.4 0.6 0.8 1

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
function [gain]=batman (f)
%function [gain]=batman (f)
%
% produces the batman function
% f - normalized frequencies between -1 and 1
% gain value of the function at each value of f
x=8*f(:);
Nx=length(x);
for k=1: Nx
if x(k) < -7
y(k)=0;
elseif x(k) < -3
y(k)=3*sqrt(1-(x(k)/7)^2);
elseif x(k) < -1
y(k)=6*sqrt(10)/7+1.5-abs(x(k))/2-6*sqrt(10)*sqrt(4-(abs(x(k))-1)^2)/14;
elseif x(k) < -0.8
y(k)=10* (x(k)+1)+1;
elseif x(k) < -0.5
end
gain=y;
y(k)=-0.8* (x(k)+0.8)/0.3+3;
elseif x(k) < 0.5
y (k)=2.2;
elseif x(k) < 0.8
y(k)=0.8* (x(k)-0.5)/0.3+2.2;
elseif x(k) < 1
y(k)=10*(-x(k)+1)+1;
elseif x(k) < 3
y(k)=6*sqrt (10)/7+1.5-abs(x(k))/2-6*sqrt(10)*sqrt(4-(abs(x(k))-1)^2)/14;
elseif x(k) < 7
y(k)=3*sqrt(1-(x(k)/7)^2);
else
end
y(k)=0;
Transcribed Image Text:function [gain]=batman (f) %function [gain]=batman (f) % % produces the batman function % f - normalized frequencies between -1 and 1 % gain value of the function at each value of f x=8*f(:); Nx=length(x); for k=1: Nx if x(k) < -7 y(k)=0; elseif x(k) < -3 y(k)=3*sqrt(1-(x(k)/7)^2); elseif x(k) < -1 y(k)=6*sqrt(10)/7+1.5-abs(x(k))/2-6*sqrt(10)*sqrt(4-(abs(x(k))-1)^2)/14; elseif x(k) < -0.8 y(k)=10* (x(k)+1)+1; elseif x(k) < -0.5 end gain=y; y(k)=-0.8* (x(k)+0.8)/0.3+3; elseif x(k) < 0.5 y (k)=2.2; elseif x(k) < 0.8 y(k)=0.8* (x(k)-0.5)/0.3+2.2; elseif x(k) < 1 y(k)=10*(-x(k)+1)+1; elseif x(k) < 3 y(k)=6*sqrt (10)/7+1.5-abs(x(k))/2-6*sqrt(10)*sqrt(4-(abs(x(k))-1)^2)/14; elseif x(k) < 7 y(k)=3*sqrt(1-(x(k)/7)^2); else end y(k)=0;
2. Use frequency sampling to design a filter b[n] that approximates the "batman" frequency response
B(e) in the figure below. What are the fewest number of samples needed to get a good representation
of the filter? The value of B(e) for any w can be found using the function batman.m on the Canvas
homepage. (Note that batman.m provides the actual gain, not the gain in dB).
3
tois
Amplitude
2.5
2
0.5
0
-1
-0.8
-0.6
-0.4
-0.2
0.2
Normalized Frequency
0
0.4
0.6
0.8
1
Transcribed Image Text:2. Use frequency sampling to design a filter b[n] that approximates the "batman" frequency response B(e) in the figure below. What are the fewest number of samples needed to get a good representation of the filter? The value of B(e) for any w can be found using the function batman.m on the Canvas homepage. (Note that batman.m provides the actual gain, not the gain in dB). 3 tois Amplitude 2.5 2 0.5 0 -1 -0.8 -0.6 -0.4 -0.2 0.2 Normalized Frequency 0 0.4 0.6 0.8 1
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY