![]() |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||
|
FUNDER - Documentation |
|||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Creates an order-one response of 100 points and time increment equal to 1.
Allocates
responses
up to Parameters
Copy constructor. Implicitly called when initializating in declarations.
Destruction of the object unallocates the memory reserved for the data.
Assignment of responses.
Retrieves the response of a given order, as indicated by the index. For example:
Signal sig; // Creates a Signal object
Response res; // Creates a default response
sig=res[0]; // Sum of the responses of all orders
sig=res[1]; // Response of first order
If the index is negative or exceeds the order, the program terminates. Parameter
Writes the response of all orders to a text file of the form:
If the file cannot be created, the program terminates. Parameter
Retrieves the order of the response, i.e. the number of responses of different orders that form the object.
Retrieves the number of discrete-time points of the responses.
Retrieves the time increment used for discretizing the responses.
|
||||||||||||||||||||||||||||||||||||||||||||||||||
