Re: finding sample rate



On 2007-08-29, Wills <wills.kingspanama@xxxxxxxxx> wrote:

|-------------------------------------------------------------------|
|"[..]If I have to take FFT should I sample the signal only in |
|powers of 2[..]?" |
|-------------------------------------------------------------------|

No, unless you are using something (e.g. a library) which needs you to.

|-------------------------------------------------------------------|
|"(2 power 20 samples or 2 power 21 samples, ofcourse |
|atleast >6000 samples)?" |
|-------------------------------------------------------------------|

2 to the power of 20 is >6000. 2 to the power of 13 is 8192 which is
the smallest number >6000 which can be obtained by raising 2 to the
power of a natural number.

Good luck,
Colin Paul Gloster
.



Relevant Pages

  • Re: finding sample rate
    ... |"If I have to take FFT should I sample the signal only in | ... Good luck, ... Colin Paul Gloster ... Should the number of samples be 2 power x? ...
    (comp.arch.embedded)
  • Re: finding sample rate
    ... the smallest number>6000 which can be obtained by raising 2 to the ... Should the number of samples be 2 power x? ... For FFT you should have 2^N number of samples, ... Good luck, ...
    (comp.arch.embedded)
  • Re: FFT for N Not a Power of 2
    ... remove the largest number of observations that are a power of 2, ... There are FFT algorithms that work for any N, including prime numbers, but ... with floor rising near the two tones. ... had to ensure that the length of the window and periods of each of the ...
    (sci.optics)
  • Re: Why is more power required for BASS?
    ... Beware of FFT - that shows energy, not power. ... a steady 1V RMS 1 kHz tone may display ...
    (rec.audio.pro)
  • Re: Windowed FFT power and amplitude spectrum
    ... PS: You can find a nice explenation about coherent power gain on this page: ... > Here is another fascinating question on FFT spectrum!! ... > windowing is applied to the time series before FFT is applied. ... > multiplied by a scaling factor but I am not sure how this scaling factor ...
    (comp.dsp)