Skip to content

Commit

Permalink
cleanup unneeded embed dir
Browse files Browse the repository at this point in the history
  • Loading branch information
drowe67 committed Oct 11, 2024
1 parent 3000c8c commit 50264f8
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 737 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ add_test(NAME radae_tx_embed_c
./inference.sh model19_check3/checkpoints/checkpoint_epoch_100.pth wav/brian_g8sez.wav /dev/null \
--rate_Fs --pilots --pilot_eq --eq_ls --cp 0.004 --bottleneck 3 --auxdata --write_rx rx.f32 --correct_freq_offset; \
cat features_in.f32 | PYTHONPATH='.' ${CMAKE_CURRENT_BINARY_DIR}/src/radae_tx > rx.f32; \
cat rx.f32 | python3 radae_rx.py model19_check3/checkpoints/checkpoint_epoch_100.pth -v 1 --auxdata > features_txs_out.f32; \
cat rx.f32 | python3 radae_rxe.py --model model19_check3/checkpoints/checkpoint_epoch_100.pth -v 1 > features_txs_out.f32; \
python3 loss.py features_in.f32 features_txs_out.f32 --loss_test 0.15 --acq_time_test 0.5")
set_tests_properties(radae_tx_embed_c PROPERTIES PASS_REGULAR_EXPRESSION "PASS")

Expand Down
73 changes: 0 additions & 73 deletions embed/README.md

This file was deleted.

98 changes: 0 additions & 98 deletions embed/embed1.c

This file was deleted.

57 changes: 0 additions & 57 deletions embed/embed_dec.c

This file was deleted.

77 changes: 0 additions & 77 deletions embed/embed_dec.py

This file was deleted.

29 changes: 0 additions & 29 deletions embed/mult.py

This file was deleted.

2 changes: 1 addition & 1 deletion ota_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function process_rx {

# Use streaming RADAE Rx
cat ${rx_radae}.raw | python3 int16tof32.py --zeropad > ${rx_radae}.f32
cat ${rx_radae}.f32 | python3 radae_rx.py model19_check3/checkpoints/checkpoint_epoch_100.pth -v 2 --auxdata 2>>${filename}_report.txt > features_rx_out.f32
cat ${rx_radae}.f32 | python3 radae_rxe.py --model model19_check3/checkpoints/checkpoint_epoch_100.pth -v 2 2>>${filename}_report.txt > features_rx_out.f32
lpcnet_demo -fargan-synthesis features_rx_out.f32 - | sox -t .s16 -r 16000 -c 1 - ${filename}_radae.wav
}

Expand Down
Loading

0 comments on commit 50264f8

Please sign in to comment.