Skip to content

Commit

Permalink
bladeRF-cli: Use DC calibration routines from host/common
Browse files Browse the repository at this point in the history
Calibration and DC table generation now utilize the routines found
in host/common.

Although these do take noticably longer to execute, they generally yield
better results than the prior implementation.
  • Loading branch information
jynik committed Dec 29, 2015
1 parent 221083a commit 1154ef7
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 1,138 deletions.
2 changes: 1 addition & 1 deletion host/utilities/bladeRF-cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ set(BLADERF_CLI_SOURCE
src/main.c
src/common.c
src/cmd/calibrate.c
src/cmd/calibrate_dc.c
src/cmd/doc/cmd_help.h
src/cmd/cmd.c
src/cmd/erase.c
Expand Down Expand Up @@ -161,6 +160,7 @@ set(BLADERF_CLI_SOURCE
src/input/input.c
src/input/script.c
${BLADERF_HOST_COMMON_SOURCE_DIR}/conversions.c
${BLADERF_HOST_COMMON_SOURCE_DIR}/dc_calibration.c
${BLADERF_HOST_COMMON_SOURCE_DIR}/log.c
${BLADERF_HOST_COMMON_SOURCE_DIR}/str_queue.c
)
Expand Down
Loading

0 comments on commit 1154ef7

Please sign in to comment.