- Timestamp:
- 06/04/07 15:28:40 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/FrameAssembler/src/FrameAssembler.cpp
r3980 r4117 232 232 // break output into smaller pieces 233 233 234 I_out_0.length( 512);235 Q_out_0.length( 512);234 I_out_0.length(blockSize); 235 Q_out_0.length(blockSize); 236 236 237 237 j = 0; … … 244 244 I_out_0.length(j); 245 245 Q_out_0.length(j); 246 DEBUG(7, FrameAssembler, "pushing " << I_out_0.length() << " frame samples") 246 247 dataOut_0->pushPacket(I_out_0, Q_out_0); 247 248 j=0;