What is the equation used for taylor window function 'taylorwin'
Show older comments
I am unable to find which function is used in MATLAB for taylor window function taylorwin. I opened the function. THere are many if else blocks. But I am unable to identify which equation is used in it.
Accepted Answer
More Answers (2)
Chunru
on 16 Aug 2022
0 votes
The formulation of Taylor windown is a bit more complicated and not directly documented in "doc taylorwin". One reference is: H.L. Van Trees, Optimum Array Processing, Sec 3.4.3, John Wiley, 2002
Palguna Gopireddy
on 17 Aug 2022
0 votes
3 Comments
Palguna Gopireddy
on 18 Aug 2022
Chunru
on 18 Aug 2022
The above equation is not complete as β is not specified so I have no idea whethe it is right or wrong. You are recommended to look for more reliable reference when in doubt (books and journal papers may be more reliable than conference articles in general). The formula given by @David Goodmanson above (with less details) and the van Tree's book (with detailed derivation and expanation) are similar. They also agree with MATLAB implementation.
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!