About 155,000 results
Open links in new tab
  1. Signal - How to determine the fundamental frequency of a signal

    Mar 3, 2020 · The fundamental frequency of a periodic function is merely the inverse of its fundamental period (i.e. its shortest period). It's the gcd (and normally the lowest) of the …

  2. How to calculate pitch fundamental frequency f( 0) ) in time domain?

    May 1, 2020 · 2 I am new in DSP, trying to calculate fundamental frequency ( f(0) ) for each segmented frame of the audio file. The methods of F0 estimation can be divided into three …

  3. Detecting the fundamental frequency - Stack Overflow

    Once this is completed, we multiply the three spectra together and find the frequency that corresponds to the peak (maximum value). This particular frequency represents the …

  4. how to extract frequency associated with fft values in python

    I used fft function in numpy which resulted in a complex array. How to get the exact frequency values?

  5. Get fundamental frequency and harmonics of an audio

    Jan 8, 2020 · After calculating the Fourier transform of a signal, I would like to recover the fundamental frequency as well as the harmonics of the recorded sound to determine its timbre. …

  6. Determine frequency from signal data in MATLAB

    Nov 16, 2016 · I have data from a sensor and I need to find the frequency of it. It looks like fft() seems to be the way to go, but the MATLAB docs only show how to get a graph of the …

  7. How to get the fundamental frequency from FFT? - Stack Overflow

    Sep 4, 2012 · The FFT it's not the best way to find a fundamental frequency of a musical instrument. Actually, yes, it would be a better idea to use cepstrum. You can find a similar …

  8. audio - How to get complete fundamental (f0) frequency …

    Nov 28, 2022 · Another view with power spectrogram: I tried compressing the audio, but that didn't seem to work. Any suggestions on what parameters I can adjust, or audio pre …

  9. How do I get the frequencies from a signal? - Stack Overflow

    Mar 21, 2019 · Y = Y[:n//2] Now, if we plot the actual spectrum, you will see that we get a peak at the frequency of 50Hz, which in mathematical terms it will be a delta function centred in the …

  10. Fundamental frequency of the sum of two sinusoids

    Mar 8, 2019 · Are you sure that you have found the frequency? Because your computation gives the period of the fundamental :)