Questions tagged [hamming-window]

Window function with coefficients proposed by Richard W. Hamming.

Window function with coefficients proposed by Richard W. Hamming.

17 questions
0
votes
2 answers

Hamming window generates a line

I have an audio file and read all data from the sound card buffer. Then, I convert byte[] to float[] to use them for hamming window. The waveform of the audio is: after using hamming window: is the waveform of audio with hamming window right?…
Cengaver
  • 87
  • 2
  • 9
-1
votes
1 answer

Fast Fourier Transform and Hamming Window

I need help with implementing FFT in hamming window to search peak on the graph/chart (determination of the spectral phase function). At this moment I know how to mark all the peaks on my chart, and also how to load all the file from folder on one…
Maciej
  • 3
  • 6
1
2