Activity for Don Reid

  • Don Reid Don Reid committed [r4117]

    Revert a change I made which is also included in Danilo's changes.

  • Don Reid Don Reid committed [r4115]

    Initialize a variable to avoid warnings.

  • Don Reid Don Reid committed [r4112]

    Update 2 test scripts.

  • Don Reid Don Reid committed [r4111]

    Old update to stm32 startup, to make use with gdb easier.

  • Don Reid Don Reid committed [r4110]

    Update test to work after recent main code changes.

  • Don Reid Don Reid committed [r4108]

    Refactored tval/nlower calculations due to STM32 issue.

  • Don Reid Don Reid committed [r4107]

    Add a parameter to the verbose option, pass it along to ofdm.

  • Don Reid Don Reid committed [r4094]

    Update freedv files to use new codec2_fifo_* functions in codec2-dev.

  • Don Reid Don Reid committed [r4093]

    Finish change from fifo_* to codec2_fifo_* functions, and

  • Don Reid Don Reid committed [r4092]

    Check binary results. 700C matches exactly, 1600 has one byte that is different.

  • Don Reid Don Reid committed [r4091]

    Add an option to return the count of differences instead of pass/fail

  • Don Reid Don Reid committed [r4083]

    Add to result text to say which set of tests report is for.

  • Don Reid Don Reid committed [r4082]

    A simple script to run all of the current STM32 tests.

  • Don Reid Don Reid committed [r4081]

    Remove temporary test directory

  • Don Reid Don Reid committed [r4080]

    Delete a temporary test directory.

  • Don Reid Don Reid committed [r4079]

    Fix a call to arm_cfft_f32 in codec2_fft.h

  • Don Reid Don Reid committed [r4074]

    Add a version of the Arm example, and another hacked to 512 inputs.

  • Don Reid Don Reid committed [r4073]

    Simplify test by pulling code from other files into the main function.

  • Don Reid Don Reid committed [r4072]

    Simplify be pulling code from other files into the test.

  • Don Reid Don Reid committed [r4061]

    A standalone test for the codec2_fft_init issue in x86 and STM32 versions.

  • Don Reid Don Reid committed [r4060]

    Add newer tests to the "all" target

  • Don Reid Don Reid committed [r4059]

    Fix merger of last 2 changes.

  • Don Reid Don Reid committed [r4058]

    Fix errors in STM32 test, update output of both to be more readable.

  • Don Reid Don Reid committed [r4057]

    A version of the codec2_fft_init test for X86 to verify that it works correctly.

  • Don Reid Don Reid committed [r4052]

    Add a simple test of some initialization. This could be extended in the future.

  • Don Reid Don Reid committed [r4046]

    Restore text message from integer (char) state variable.

  • Don Reid Don Reid committed [r4042]

    Add non testframes tests for api (to test codec use) , add codec only tests

  • Don Reid Don Reid committed [r4039]

    Update ofdm tests and Makefile to use new Math and sync_state.

  • Don Reid Don Reid committed [r4032]

    More enabling if 700C mode for CORTEX_M4, this now works.

  • Don Reid Don Reid committed [r4028]

    Add 2 new tests for performance measuring with API.

  • Don Reid Don Reid committed [r4027]

    Initialize ofdm_tx_bpf to NULL, check before deallocating.

  • Don Reid Don Reid committed [r4023]

    Add comments describing menu operation (as best as I can deduce from reading

  • Don Reid Don Reid committed [r4009]

    Change tests to use new ofdm_mod/demod command line.

  • Don Reid Don Reid committed [r4001]

    New api_demod test and updates to api_mod, ofdm_demod, and utilities.

  • Don Reid Don Reid committed [r3995]

    Create a version of ofdm_demod that takes a short array and a gain.

  • Don Reid Don Reid committed [r3994]

    Expand printfs to show stack pointer and heap_end.

  • Don Reid Don Reid committed [r3993]

    Set use_txbpf to 0 (was 1).

  • Don Reid Don Reid committed [r3992]

    Use debug_alloc calls.

  • Don Reid Don Reid committed [r3991]

    ofdm check with ldpc and AWGN limit was set too low (0.002), now 0.01.

  • Don Reid Don Reid committed [r3990]

    Remove extra ifdef. Did svn put this there????

  • Don Reid Don Reid committed [r3989]

    Change freedv_api to not allocate or use its own mod_out buffer if interleave == 1.

  • Don Reid Don Reid committed [r3986]

    Disable ofdm TX BPF if __EMBEDDED__ is defined.

  • Don Reid Don Reid committed [r3985]

    Change freedv_rx pass/fail limit to match ofdm_demod's.

  • Don Reid Don Reid committed [r3984]

    Add code to freedv_rx to return pass/fail status for testframes (same as ofdm_demod).

  • Don Reid Don Reid committed [r3982]

    More malloc -> MALLOC changes for debugging.

  • Don Reid Don Reid committed [r3981]

    Move commented out defeition of DEBUG_ALLOC to top of file where it is more visable.

  • Don Reid Don Reid committed [r3980]

    Fix change after merge of other changes.

  • Don Reid Don Reid committed [r3979]

    Don't allocate and initialize BP filter unless it is enabled.

  • Don Reid Don Reid committed [r3978]

    Use debug memory allocation calls.

  • Don Reid Don Reid committed [r3971]

    Increase tolerance from default of 2 to 3 for modulation output comparisons.

  • Don Reid Don Reid committed [r3970]

    Fix to commands for ofdm_mod tests.

  • Don Reid Don Reid committed [r3969]

    Add arm_math.h

  • Don Reid Don Reid committed [r3968]

    Add an include of arm_math.h for ARM.

  • Don Reid Don Reid committed [r3966]

    Bad idea, leaving out the include breaks things.

  • Don Reid Don Reid committed [r3965]

    ifdef around include of debug_alloc.h

  • Don Reid Don Reid committed [r3964]

    Optional memory allocation reporting.

  • Don Reid Don Reid committed [r3963]

    Restore profile settings to tst_ofdm_demod.

  • Don Reid Don Reid committed [r3962]

    Remove *_test programs that were just temporary.

  • Don Reid Don Reid committed [r3961]

    Updated tests. All OFDM and LDPC tests now passing

  • Don Reid Don Reid committed [r3960]

    A script to crudely sum and report on memory usage from debug printfs

  • Don Reid Don Reid committed [r3959]

    Reduced lpdc memory usage by using sub node struct for c_nodes and v_nodes.

  • Don Reid Don Reid committed [r3958]

    A simple shell script to run several ofdm mod/demod combinations.

  • Don Reid Don Reid committed [r3957]

    Add a utility to compare binary files of floats.

  • Don Reid Don Reid committed [r3951]

    Add ldpc tests.

  • Don Reid Don Reid committed [r3949]

    Comment out debug prints for checked in version.

  • Don Reid Don Reid committed [r3946]

    Add casts here too.

  • Don Reid Don Reid committed [r3944]

    Separate HRA_112_112.h into a header (with macros and external declarations), and

  • Don Reid Don Reid committed [r3943]

    Use roundf for floats, not round.

  • Don Reid Don Reid committed [r3941]

    Add a few checks for NULL from malloc.

  • Don Reid Don Reid committed [r3940]

    Add code to set SCRIPTS env value from path.

  • Don Reid Don Reid committed [r3932]

    Remove 2 non-working tests from "all" target.

  • Don Reid Don Reid committed [r3916]

    Restore double casts to prevent warnings from previous revision.

  • Don Reid Don Reid committed [r3914]

    Updte test scripts for OFDM tests.

  • Don Reid Don Reid committed [r3911]

    Add mod tests to ofdm test scripts, update all.

  • Don Reid Don Reid committed [r3910]

    Don't bother setting a breakpoint on the error loop as

  • Don Reid Don Reid committed [r3909]

    Remove debug printfs

  • Don Reid Don Reid committed [r3908]

    Update instructions for running, with and without ldpc.

  • Don Reid Don Reid committed [r3907]

    A test for freedv_tx functionality on STM32

  • Don Reid Don Reid committed [r3906]

    Add fclose of stdin and stdout (for stlink).

  • Don Reid Don Reid committed [r3905]

    Add a variant of ofdm_get_test_bits which uses ofdm_rand() instead of the .h file.

  • Don Reid Don Reid committed [r3904]

    Move text generating function inside the testframes if.

  • Don Reid Don Reid committed [r3903]

    Cast print falues to doubles to avoid warnings for %f format.

  • Don Reid Don Reid committed [r3898]

    Add an option to insert some text (which matches what freedv_tx uses).

  • Don Reid Don Reid committed [r3897]

    Change the order of code blocks setting up text for 700D mode so that

  • Don Reid Don Reid committed [r3896]

    Add utility functions to print ofdm or ldpc configuration values.

  • Don Reid Don Reid committed [r3890]

    Add tests for codec and api. Both of these are producing differences

  • Don Reid Don Reid committed [r3886]

    Minor edit to script missed in last checkin.

  • Don Reid Don Reid committed [r3885]

    Add script to run stm32 program using st-util and gdb.

  • Don Reid Don Reid committed [r3884]

    Use foats instead of doubles for ofdm/ldpc calls.

  • Don Reid Don Reid committed [r3879]

    Add scripts to run ofdm_mod tests

  • Don Reid Don Reid committed [r3878]

    Delete old run_tst files that have been replaced by tst_ofdm_demod_setup/check.

  • Don Reid Don Reid committed [r3877]

    Add LDPC to ofdm_mod test.

  • Don Reid Don Reid committed [r3876]

    Test updated to currnet LDPC decoder. (this was changed a while ago but not checked in).

  • Don Reid Don Reid committed [r3875]

    Add frame counter and print final value.

  • Don Reid Don Reid committed [r3874]

    intermediate symbols are floats now.

  • Don Reid Don Reid committed [r3873]

    Fix to compare signed or unsigned values (flags changed!)

  • Don Reid Don Reid committed [r3860]

    Change data type of llr from double to float in callers of run_ldpc_decoder.

  • Don Reid Don Reid committed [r3859]

    Change ldpc decoder input and most internal values to floats from doubles.

  • Don Reid Don Reid committed [r3858]

    Reduce DecodedBits array to a single dimension of chars.

  • Don Reid Don Reid committed [r3857]

    Remove unused functions and their declarations.

1 >