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,6 +41,9 @@ int main(int argc, char **argv) | ||
41 | 41 | ||
42 | //Récupération des données | 42 | //Récupération des données |
43 | for(i=0;i<w.datasize();i++){ | 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 | data2[i]=test1[i][0]; | 47 | data2[i]=test1[i][0]; |
45 | } | 48 | } |
46 | 49 |
strech/lastrech.WAV
No preview for this file type
strech/lastrech.cpp
@@ -55,7 +55,7 @@ int main(int argc, char **argv) | @@ -55,7 +55,7 @@ int main(int argc, char **argv) | ||
55 | //Récupération des données | 55 | //Récupération des données |
56 | 56 | ||
57 | for(j=0;j<SIZE;j++){ | 57 | for(j=0;j<SIZE;j++){ |
58 | - data2[j]=10*(test1[j][0]+5); | 58 | + data2[j]=(test1[j][0]+10); |
59 | printf("%d %lf %lf\n ",j,test1[j][0],test[j][0]); | 59 | printf("%d %lf %lf\n ",j,test1[j][0],test[j][0]); |
60 | } | 60 | } |
61 | 61 |
strech/strechcow.WAV
No preview for this file type
strech/test
No preview for this file type