---
title: vDSP.WindowSequence.blackman
framework: accelerate
role: symbol
role_heading: Case
path: accelerate/vdsp/windowsequence/blackman
---

# vDSP.WindowSequence.blackman

The Blackman window, used to reduce spectral leakage prior to discrete Fourier transform.

## Declaration

```swift
case blackman
```

## Mentioned in

Reducing spectral leakage with windowing

## See Also

### Related Documentation

- [Reducing spectral leakage with windowing](accelerate/reducing-spectral-leakage-with-windowing.md)
- [vDSP_blkman_window](accelerate/vdsp_blkman_window.md)
- [vDSP_blkman_windowD](accelerate/vdsp_blkman_windowd.md)

### Enumeration Cases

- [vDSP.WindowSequence.hamming](accelerate/vdsp/windowsequence/hamming.md)
- [vDSP.WindowSequence.hanningDenormalized](accelerate/vdsp/windowsequence/hanningdenormalized.md)
- [vDSP.WindowSequence.hanningNormalized](accelerate/vdsp/windowsequence/hanningnormalized.md)
