cppcheck reported that unsupported curve types could leave entries in the
frequency curve array uninitialized before being passed to the FIR generator.
Add a default switch case to initialize curve samples to zero and avoid
propagating undefined values.
Signed-off-by: Robin Getz <rgetz503@gmail.com>