mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-05 14:47:50 -04: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
|
// Print taps as a Matlab vector
|
||||||
|
// To view:
|
||||||
|
// h=fvtool(filter);
|
||||||
|
// h.Fs=...
|
||||||
void printTaps(const char *name)
|
void printTaps(const char *name)
|
||||||
{
|
{
|
||||||
printf("%s = [", name);
|
printf("%s = [", name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user