Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C Quellcode formatieren: <code>Quellcode</code> BASIC Quellcode formatieren: <basic>Quellcode</basic> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! -> I > > > The problem I am left with, is that the FFT routine needs its data in an array of > > > float. What I do now is copy the array of word that I get from ADCaptureRunFree > > > to an array of float. But this costs precious RAM memory. Could you help me > > > adapt the ADCaptureRunFree to store its values in an array of float? > > > > > > Regards, > > > Pepe > > > > Hello Pepe, > > > > I have just found a ready asm-spectrum analyzer. > > Maybe that also interests you. > > > > Gruß Torsten > > Hi Torsten, > > I managed to adapt your ADCaptureRunFree to work with a float array. > Since I could not find a suitable algorithm on the internet, I figured out > one myself. Because I need only to convert integers between 0 and 1023, > it is much simpler then the algorithms I found on internet. > I attached the results. Hope you like my first attempt of asm programming. > > Thanks for the asm spectrum analyzer files. They look promising (fast!) but > also complicated. I will study them and let you know if I can use them. > > Regards, > Pepe