"Force" Window function
"Force" Window function
(OP)
I have been asked to help code the "Force" window function in a C++ application. I did the original window functions rectangular, Hamming, Hann, flat-topped, and so forth, so I have the original papers by Harris, Nuttal etc, but I had never heard of the Force window until asked. I have googled it and found NI app notes (etc) which describe how good it is, but I can’t find which paper/book it is from or what the equation for the window is. Any clues?





RE: "Force" Window function
It's apparently a standard function in Labview and other frequency analysis equipment and software.
But a cursory scan found only this, so far:
TTFN
RE: "Force" Window function
The article on the Dogpile list titled "Modal Space" describes it. It's just a unity rectangular window around the region of interest and zero elsewhere.
Thanks IRstuff.
RE: "Force" Window function
TTFN
RE: "Force" Window function
You've heard of other things that are called by different names by different interest groups..
Example: Wiener Dog = Wire Haired Dachshund
Keith Cress
Flamin Systems, Inc.- http://www.flaminsystems.com - kcress@<solve this puzzle>
RE: "Force" Window function
RE: "Force" Window function
TTFN
RE: "Force" Window function
RE: "Force" Window function