Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
XuyangCaoPrinceton committed Aug 1, 2024
1 parent 2f8704d commit 38d82b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrscope/src/libs/radio_nr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ int Radio::RadioInitandStart(){
std::cout << "[xuyang debug] pre_resampling_slot_sz: " << pre_resampling_slot_sz << std::endl;
rf_buffer.set(0, pre_resampling_rx_buffer);// + slot_sz);

for(uint32_t trial=0; trial < 500; trial++){
for(uint32_t trial=0; trial < nof_trials; trial++){
if (trial == 0) {
srsran_vec_cf_zero(rx_buffer, slot_sz);
srsran_vec_cf_zero(pre_resampling_rx_buffer, pre_resampling_slot_sz);
Expand Down

0 comments on commit 38d82b7

Please sign in to comment.