kopia lustrzana https://github.com/M17-Project/M17_Implementations
fixed framing bug
rodzic
04562f843f
commit
d7c38c2c0e
|
@ -38,7 +38,7 @@ blocks:
|
||||||
parameters:
|
parameters:
|
||||||
affinity: ''
|
affinity: ''
|
||||||
alias: ''
|
alias: ''
|
||||||
append: 'False'
|
append: 'True'
|
||||||
comment: ''
|
comment: ''
|
||||||
file: ../stream_fifo
|
file: ../stream_fifo
|
||||||
type: byte
|
type: byte
|
||||||
|
@ -268,4 +268,3 @@ connections:
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
file_format: 1
|
file_format: 1
|
||||||
grc_version: 3.10.4.0
|
|
||||||
|
|
|
@ -89,7 +89,6 @@ int main(void)
|
||||||
fwrite((uint8_t*)&s, sizeof(float), 1, stdout);*/
|
fwrite((uint8_t*)&s, sizeof(float), 1, stdout);*/
|
||||||
|
|
||||||
//send frame data
|
//send frame data
|
||||||
frame_buff_cnt=0;
|
|
||||||
send_data(frame_buff, &frame_buff_cnt, rf_bits);
|
send_data(frame_buff, &frame_buff_cnt, rf_bits);
|
||||||
fwrite((uint8_t*)frame_buff, SYM_PER_FRA*sizeof(float), 1, stdout);
|
fwrite((uint8_t*)frame_buff, SYM_PER_FRA*sizeof(float), 1, stdout);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue