Changeset 8341
- Timestamp:
- 05/09/08 00:48:28
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/branches/releases/3.1/gr-atsc/src/lib/atsci_sliding_correlator.h
r8340 r8341 20 20 * Boston, MA 02110-1301, USA. 21 21 */ 22 #include <string>23 #include <string.h>24 25 22 #ifndef _ATSC_SLIDING_CORRELATOR_H_ 26 23 #define _ATSC_SLIDING_CORRELATOR_H_ 24 25 #include <string.h> 27 26 28 27 extern const unsigned char atsc_pn511[511];
