mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
Add comment how to view filter freq response
This commit is contained in:
parent
4aaa5edb09
commit
6880dfba9d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user