Commit Graph
3 Commits
Author SHA1 Message Date
Robin Getz 563b73f15f sdrbench: fix RRC and FFT test file handling
Address cppcheck warnings by checking fopen() results before using the
returned file handles and reporting the underlying error on failure.

This prevents null file handles from being passed to fprintf() and
fclose(), avoiding a potential crash when test output files cannot be
created.

Explicitly convert RRC filter coefficients to double for fprintf() to
match the %f format specifier.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-08-10 20:48:15 -04:00
f4exb 649312d7ba FIR RRC filter 2026-02-12 23:23:27 +01:00
f4exb 26455261ee New FFT RRC filter 2026-02-12 23:23:27 +01:00