Commit 3e4da888e376b7378f9332152a0e4726b7642e9b
1 parent
6a961b68
samedi 16h
Showing
5 changed files
with
4 additions
and
1 deletions
Show diff stats
fft/fftcow.cpp
... | ... | @@ -41,6 +41,9 @@ int main(int argc, char **argv) |
41 | 41 | |
42 | 42 | //Récupération des données |
43 | 43 | for(i=0;i<w.datasize();i++){ |
44 | + //printf("%lf\n",test1[i][0]); | |
45 | + //if(test1[i][0]>50)test1[i][0]=50; | |
46 | + //if(test1[i][0]<-50)test1[i][0]=-50; | |
44 | 47 | data2[i]=test1[i][0]; |
45 | 48 | } |
46 | 49 | ... | ... |
strech/lastrech.WAV
No preview for this file type
strech/lastrech.cpp
strech/strechcow.WAV
No preview for this file type
strech/test
No preview for this file type