mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-23 02:24:16 -04:00
Add comment how to view filter freq response
This commit is contained in:
@@ -60,6 +60,9 @@ public:
|
||||
}
|
||||
|
||||
// Print taps as a Matlab vector
|
||||
// To view:
|
||||
// h=fvtool(filter);
|
||||
// h.Fs=...
|
||||
void printTaps(const char *name)
|
||||
{
|
||||
printf("%s = [", name);
|
||||
|
||||
Reference in New Issue
Block a user