> For the complete documentation index, see [llms.txt](https://docs.twtg.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/how-to-enable-hanning-window.md).

# How to enable Hanning Window

A Hanning window is a mathematical function used in Fast Fourier Transform (FFT) analysis, particularly for vibration data, to minimize spectral leakage. Spectral leakage occurs when a signal is truncated in time, introducing artifacts in the frequency domain due to sharp edges at the signal boundaries. The Hanning window tapers the signal smoothly to zero at both ends, applying a cosine-shaped weighting function. This reduces the discontinuities at the edges, which helps improve the accuracy of frequency representation, especially for non-periodic signals. While it slightly broadens the spectral peaks, it provides a good balance between amplitude accuracy and frequency resolution, making it widely used in vibration analysis.

To enable this function, depending on the protocol version being used, use the following steps:

### Protocol v2 & v3

The Hanning Window needs to be enabled by configuring the device. Using the NEON configurator, in the section related to the data configuration, go over the **Selection** section and choose **Enable Hanning Window** to **Yes**.

<figure><img src="/files/zQv5bn0aQP1XBrebc74N" alt=""><figcaption></figcaption></figure>

### Protocol v4

In Protocol v4 the Hanning Window is always enabled so the user will always received FFTs using the Hanning Window.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.twtg.io/docs/how-to/vibration-sensor-vb/how-to-enable-hanning-window.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
