Changeset 8293
- Timestamp:
- 04/29/08 20:33:53
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/trunk/gr-atsc/src/lib/atsci_sliding_correlator.h
r8292 r8293 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];
