Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need help for Magnitude squared and filter co-efficeints

Status
Not open for further replies.

moonnightingale

Full Member level 6
Joined
Sep 17, 2009
Messages
362
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,298
Activity points
3,832
The pic is attached

Kindly tellme why book has used magnitude squared..

The second figure is obtained by this matlab code

h770=[];
L=10;
fs=8000;
fb=770;
h770 = (2/L)*cos(2*pi*fb*(0:L-1)/fs);
subplot(2,1,1)
stem(h770) % Plotting with L=10
title('Bandpass Filter for L=10 for h770')

L=100;
h770 = (2/L)*cos(2*pi*fb*(0:L-1)/fs);
subplot(2,1,2)
stem(h770) % Plotting with L=100
title('Bandpass Filter for L=100 for h770')

Kindly tell me
What is each group
Are these co-efficients from fourier series


Thanks a lot
 

Attachments

  • query.gif
    query.gif
    62 KB · Views: 60

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top