home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.audio
- Path: sparky!uunet!gatech!rpi!uwm.edu!src.honeywell.com!hwcae!ericj
- From: ericj@hwcae.Honeywell.COM (Eric Jacobsen)
- Subject: Re: Halving sample speed while keeping pitch
- In-Reply-To: sevigny@vlsi.polymtl.ca's message of Wed, 26 Aug 1992 13: 42:00 GMT
- Message-ID: <ERICJ.92Aug27101148@lagos.cfsat.Honeywell.COM>
- Sender: news@src.honeywell.com (News interface)
- Nntp-Posting-Host: lagos.hwcae.az.honeywell.com
- Organization: Honeywell, Air Transport Division; Phoenix, AZ
- References: <ERICJ.92Aug24131911@lagos.cfsat.Honeywell.COM>
- <1992Aug25.155155.20785@kong.gsfc.nasa.gov>
- <1992Aug26.133525.26944@vlsi.polymtl.ca>
- <1992Aug26.134200.27011@vlsi.polymtl.ca>
- Date: Thu, 27 Aug 1992 16:11:48 GMT
- Lines: 29
-
- In article <1992Aug26.134200.27011@vlsi.polymtl.ca> sevigny@vlsi.polymtl.ca (Benoit Sevigny) writes:
-
- To half the speed, simply overlap your FFTs by 512.
-
- To clarify: the initial spectrogram FFTs overlap 50% in time. This does
- sound like a good way to do it, but I wonder about boundary effects
- when you transform back to the time domain. Is this something you've
- actually had experience with, particularly with speech?
-
- Of course you can transpose by any factor by spacing your FFT's starting
- point by x/(FFT's length) where x is your transposing factor
-
- Ayup, pretty cool, assuming it works. If it does it offers a nice
- solution to the problem. It might be better to use Hartley transforms
- instead of Fourier transforms, though, to avoid real->complex->real
- conversion problems.
-
- --
- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
- * Eric Jacobsen Honeywell Inc. *
- | 1-602-436-3941 Commercial Flight Systems, Air Transport |
- * HVN 436-3941 US Mail: P.O. Box 21111, MS 2Q34C1 *
- | FAX 1-602-436-1310 Phoenix AZ 85036-1111 |
- * INet: ericj@hwcae.honeywell.com *
- | UUCP: uunet!hwcae.honeywell.com!ericj@uunet.uu.net |
- * The opinions expressed are my own and therefore better *
- | thought out than my employer's. |
- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-
-