Changeset 1945 in Sophya for trunk/ArchTOIPipe/Processors
- Timestamp:
- Mar 24, 2002, 5:59:09 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe/Processors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Processors/correl.cc
r1944 r1945 1 1 #include <iostream.h> 2 #include <stdlib.h> 2 3 #include "correl.h" 3 4 -
trunk/ArchTOIPipe/Processors/wienerdecor.cc
r1944 r1945 57 57 } 58 58 dtoeplz(r,w,y,lcorr); 59 /*cout << "Wiener filter : \n ";59 cout << "Wiener filter : \n "; 60 60 for (int i=0; i<lcorr; i++) { 61 61 cout << filter[i] << " "; 62 62 } 63 cout << endl;*/63 cout << endl; 64 64 } 65 65
Note:
See TracChangeset
for help on using the changeset viewer.