Re: [music-dsp] Frequency based analysis alternatives ?

2014-07-13 Thread Chinmay Pendharkar
for music-related DSP music-dsp@music.columbia.edu Date:Sat, July 12, 2014 6:39 pm Subject:Re: [music-dsp] Frequency based analysis alternatives ? Adaptive models with frames or overcomplete representations might be interesting. Then you can decompose the signal with a broader class

Re: [music-dsp] Frequency based analysis alternatives ?

2014-07-12 Thread Risto Holopainen
Adaptive models with frames or overcomplete representations might be interesting. Then you can decompose the signal with a broader class of basis functions, such as symmetrically windowed sinusoids, chirps, exponentially decaying sinusoids and whatever. The point is to have a sparse

Re: [music-dsp] Frequency based analysis alternatives ?

2014-07-12 Thread Rohit Agarwal
...@ristoid.net Sent:A discussion list for music-related DSP music-dsp@music.columbia.edu Date:Sat, July 12, 2014 6:39 pm Subject:Re: [music-dsp] Frequency based analysis alternatives ? Adaptive models with frames or overcomplete representations might be interesting. Then you can decompose

Re: [music-dsp] Frequency based analysis alternatives?

2014-07-10 Thread Uli Brueggemann
STransform, see e.g. http://djj.ee.ntu.edu.tw/S_Transform.pdf -- dupswapdrop -- the music-dsp mailing list and website: subscription info, FAQ, source code archive, list archive, book reviews, dsp links http://music.columbia.edu/cmc/music-dsp http://music.columbia.edu/mailman/listinfo/music-dsp

Re: [music-dsp] Frequency based analysis alternatives?

2014-07-10 Thread Rohit Agarwal
@music.columbia.edu Date:Thu, July 10, 2014 12:05 pm Subject:Re: [music-dsp] Frequency based analysis alternatives? STransform, see e.g. http://djj.ee.ntu.edu.tw/S_Transform.pdf -- dupswapdrop -- the music-dsp mailing list and website: subscription info, FAQ, source code archive, list archive, book

Re: [music-dsp] Frequency based analysis alternatives?

2014-07-10 Thread Rohit Agarwal
.   From:Olli Niemitalo o...@iki.fi Sent:A discussion list for music-related DSP music-dsp@music.columbia.edu Date:Thu, July 10, 2014 6:08 pm Subject:Re: [music-dsp] Frequency based analysis alternatives? There are chirp(let) transforms that represent

Re: [music-dsp] Frequency based analysis alternatives?

2014-07-09 Thread Ethan Duni
What are the alternatives to the FFT? Have wavelets been used for real world solutions? Sure, wavelets get used. Maybe more in image/video than audio, but I'm certain someone can come up with some examples of wavelet audio applications. If an app needs much higher time resolution and there are

Re: [music-dsp] Frequency based analysis alternatives?

2014-07-09 Thread jpff
We use wavelets in a pitch-tracking application some years ago (John ffitch and Wafaa Shabana, A Wavelet-based Pitch Detector for Musical Signals; Proceedings of DAFx99, 101--104). We did try some other wavelet attempts with nothing useful. ==John ff Quoting Rohit Agarwal

Re: [music-dsp] Frequency based analysis alternatives?

2014-07-09 Thread Bogac Topaktas
Gabor transform or Wigner Distribution analysis or their combination may be used. See the following tutorial paper on joint-domain time-frequency analysis: Wigner Distribution Representation and Analysis of Audio Signals: An Illustrated Tutorial Review Douglas Preis and Voula Chris Georgopoulos

Re: [music-dsp] Frequency based analysis alternatives?

2014-07-09 Thread Rohit Agarwal
@music.columbia.edu Date:Thu, July 10, 2014 12:11 am Subject:Re: [music-dsp] Frequency based analysis alternatives? Gabor transform or Wigner Distribution analysis or their combination may be used. See the following tutorial paper on joint-domain time-frequency analysis: Wigner Distribution

Re: [music-dsp] Frequency based analysis alternatives?

2014-07-09 Thread Jamie Bullock
There is Antoine Schmitt's Wavelet-based method, implementation available under an MIT license: https://github.com/antoineschmitt/dywapitchtrack It is optimized for voice, but I have found it generally works well with PNP sounds. Jamie On Jul 9, 2014, at 1:03 PM, Rohit Agarwal

Re: [music-dsp] Frequency based analysis alternatives?

2014-07-09 Thread Rohit Agarwal
?    From:Jamie Bullock ja...@jamiebullock.com Sent:A discussion list for music-related DSP music-dsp@music.columbia.edu Cc:music-dsp@music.columbia.edu Date:Thu, July 10, 2014 12:37 am Subject:Re: [music-dsp] Frequency based analysis alternatives? There is Antoine