@ -257,6 +257,9 @@ com_spec(wordlist *wl)
fdvec[i][j].cx_imag += value*sina;
}
#ifdef HAS_WINDOWS
SetAnalyse( "spec", (int)(j * 100/ fpts));
#endif
if (startf==0) {
freq[0] = 0;
@ -5,8 +5,11 @@
#ifndef SPEC_H_INCLUDED
#define SPEC_H_INCLUDED
extern void SetAnalyse( char * Analyse, int Percent);
void com_spec(wordlist *wl);