Functions | |
| def | gnuplot_freqz |
| hw is a tuple of the form (h, w) where h is sequence of complex freq responses, and w is a sequence of corresponding frequency points. | |
| def | test_plot |
Variables | |
| list | __all__ = ['gnuplot_freqz'] |
| tuple | handle = test_plot() |
| def gnuradio::gruimpl::gnuplot_freqz::gnuplot_freqz | ( | hw, | ||
Fs = None, |
||||
logfreq = False | ||||
| ) |
hw is a tuple of the form (h, w) where h is sequence of complex freq responses, and w is a sequence of corresponding frequency points.
Plot the frequency response using gnuplot. If Fs is provide, use it as the sampling frequency, else use 2*pi.
Returns a handle to the gnuplot graph. When the handle is reclaimed the graph is torn down.
| def gnuradio::gruimpl::gnuplot_freqz::test_plot | ( | ) |
| list gnuradio::gruimpl::gnuplot_freqz::__all__ = ['gnuplot_freqz'] |
| tuple gnuradio::gruimpl::gnuplot_freqz::handle = test_plot() |
1.5.8