A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://python-control.readthedocs.io/en/stable/generated/control.DescribingFunctionResponse.html below:

Website Navigation


control.DescribingFunctionResponse — Python Control Systems Library 0.10.2 documentation

control.DescribingFunctionResponse
class control.DescribingFunctionResponse(response, N_vals, positions, intersections)[source]

Bases: object

Results of describing function analysis.

Describing functions allow analysis of a linear I/O systems with a nonlinear feedback function. The DescribingFunctionResponse class is used by the describing_function_response function to return the results of a describing function analysis. The response object can be used to obtain information about the describing function analysis or generate a Nyquist plot showing the frequency response of the linear systems and the describing function for the nonlinear element.

Parameters:
responseFrequencyResponseData

Frequency response of the linear system component of the system.

intersections1D array of 2-tuples or None

A list of all amplitudes and frequencies in which , where is the describing function associated with F, or None if there are no such points. Each pair represents a potential limit cycle for the closed loop system with amplitude given by the first value of the tuple and frequency given by the second value.

N_valscomplex array

Complex value of the describing function, indexed by amplitude.

positionslist of complex

Location of the intersections in the complex plane.

Methods

plot

Plot the results of a describing function analysis.

plot(**kwargs)[source]

Plot the results of a describing function analysis.

See describing_function_plot for details.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4