Re: [LAD] QT3 and KDE3 removal in Debian

2011-03-14 Thread Fred Gleason
On Mar 14, 2011, at 18:09 53, Adrian Knoth wrote: > There's also a tool qt3to4 which can more or less convert qt3 apps to qt4. That'll get the process started, but if my experience is any indication, considerable hand-tuning will be required after the conversion. Cheers! |

Re: [LAD] QT3 and KDE3 removal in Debian

2011-03-14 Thread Gabriel M. Beddingfield
On Mon, 14 Mar 2011, Adrian Knoth wrote: On Mon, Mar 14, 2011 at 06:25:39PM +0100, Robin Gareus wrote: Hi! Debian is currently dropping QT3 and KDE3 from unstable. This in turn Thanks for the heads-up. A quick-question: does that also affect the libqt4-qt3support? No, libqt4-qt3support i

Re: [LAD] QT3 and KDE3 removal in Debian

2011-03-14 Thread Adrian Knoth
On Mon, Mar 14, 2011 at 06:25:39PM +0100, Robin Gareus wrote: Hi! > > Debian is currently dropping QT3 and KDE3 from unstable. This in turn > Thanks for the heads-up. A quick-question: does that also affect the > libqt4-qt3support? No, libqt4-qt3support is actually a QT4 library and hence not af

Re: [LAD] FFT 1D real

2011-03-14 Thread Fons Adriaensen
On Mon, Mar 14, 2011 at 09:50:34PM +0200, Alfs Kurmis wrote: > What is good/best way to calculate values for visual 10-20 hopping > bars like in GUI audio players ? Use a set of filters to split the signal and then measure each of the outputs. > >Use an FFT operating on real data instead

Re: [LAD] FFT 1D real

2011-03-14 Thread Alfs Kurmis
Citējot *Fons Adriaensen [1]*: >> How from ...1024 or 2048 or 4096... FFT return values i > calculate >> power magnitudes for all bands, >> and finally values for visual 10-20 hopping bars, like in > Winamp , >> XMMS , QMMP ... ? > >If you want such a display the FFT is not

Re: [LAD] QT3 and KDE3 removal in Debian

2011-03-14 Thread Robin Gareus
On 03/14/2011 05:16 PM, Adrian Knoth wrote: > Hi! > > I guess this could be important for some of you: > > Debian is currently dropping QT3 and KDE3 from unstable. This in turn > means that apps depending on those libs either need to be ported to > QT4/KDE4 or will also be removed. > > As always

[LAD] QT3 and KDE3 removal in Debian

2011-03-14 Thread Adrian Knoth
Hi! I guess this could be important for some of you: Debian is currently dropping QT3 and KDE3 from unstable. This in turn means that apps depending on those libs either need to be ported to QT4/KDE4 or will also be removed. As always, saying Debian sooner or later also means Ubuntu and derivati

Re: [LAD] FFT 1D real

2011-03-14 Thread Fons Adriaensen
On Mon, Mar 14, 2011 at 02:11:00PM +0200, Alfs Kurmis wrote: > What typical comes in to FFT function ? Pointer to already windowed > array of samples ? Yes. > What return FFT ? Either it overwrites the input, or it needs a second pointer to the output array. Function return value: up to you

[LAD] FFT 1D real

2011-03-14 Thread Alfs Kurmis
Hi Experts. I am Physics student, and i wanna write referat about Fourier transformations, also about FFT 1D real case. Hope this is best place for ask this, and here are best experts. I wanaa demonstrate how diverse window functions changes measured spectrum, how much CPU ressources take d