@@ -112,7 +112,7 @@ class constructor, using the `frd` factory function, or
112112
113113 See Also
114114 --------
115- frd
115+ frd, InputOutputSystem, TransferFunction, TimeResponseData
116116
117117 Notes
118118 -----
@@ -189,17 +189,17 @@ def __init__(self, *args, **kwargs):
189189
190190 Construct a frequency response data (FRD) object.
191191
192- The default constructor is FrequencyResponseData(d, w), where w is
193- an iterable of frequency points, and d is the matching frequency
194- data. If d is a single list, 1D array, or tuple, a SISO system
195- description is assumed. d can also be a 2D array, in which case a
196- MIMO response is created. To call the copy constructor, call
197- FrequencyResponseData(sys), where sys is a FRD object. The
198- timebase for the frequency response can be provided using an
199- optional third argument or the 'dt' keyword.
192+ The default constructor is ` FrequencyResponseData(d, w)` , where `w`
193+ is an iterable of frequency points and `d` is the matching
194+ frequency data. If `d` is a single list, 1D array, or tuple, a
195+ SISO system description is assumed. `d` can also be a 2D array, in
196+ which case a MIMO response is created. To call the copy
197+ constructor, call ` FrequencyResponseData(sys)` , where ` sys` is a
198+ FRD object. The timebase for the frequency response can be
199+ provided using an optional third argument or the `dt` keyword.
200200
201201 To construct frequency response data for an existing LTI object,
202- other than an FRD, call FrequencyResponseData(sys, omega). This
202+ other than an FRD, call ` FrequencyResponseData(sys, omega)` . This
203203 functionality can also be obtained using `frequency_response`
204204 (which has additional options available).
205205
0 commit comments