Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flattop window

Status
Not open for further replies.

estarg

Electrical
Joined
Dec 23, 2002
Messages
3
Location
US
Does anyone have the mathematical definition of the flattop window, sometimes called the Potter 201 window?
 
calculation flattop window:
(t)=0.2395-0.4581*cos(2**t/T)+0.2585*cos(4**t/T)-0.0439*cos(6**t/T) if 0<t<T otherwise (t)=0

rgrds
Wim
 
I'm sorry, but WIM32's formula looks a little strange. There should be a pi and no exponents. Also, the initial constant should be close to unity.

For the P201 window I have:

a0=0.999028
a1=2*0.925752
a2=2*0.351960
a3=0
a4=0

w = a0 - a1*cos(2*pi*t/T) + a2*cos(4*pi*t/T) - a3*cos(6*pi*t/T) + a4*cos(8*pi*t/T)

I hope this helps, Troy
 
I almost forgot the last part to normalize the window:

w = w / (a0+a1+a2+a3+a4)

Regards, Troy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top