Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Frequency Domain System Identification
System identification deals with the problem of identifying a model to accurately describe the response of a physical system to some input. This worksheet uses a spring-mass-damper system to illustrate the problem where the structure of the model is known and the parameters of the model are to be identified.
Identifying the model parameters that best describe the physical system is accomplished by exciting the system with a realistic input signal. The resulting output is then converted to the frequency domain and the parameters are estimated using a least-squares approximation approach.
System Definition
Parameter Definition
Variable Definition
Model Definition
Signal Generation and Simulation
Discrete Fourier Transform Calculations
Model-Based Parameter Estimation
The parameters, variables, and equations that define the spring-mass-damper model are found in the following sections:
Name
Value
Units
Parameters
Mass of the object
Damping coefficient ()
Spring constant
Simulation time
Sampling time
Number of samples
Noise standard deviation
Description
Input Variables
Input force on the mass
Output Variables
Output position of the mass
Excitation Input
System Response
To excite the system, we apply a discrete chirp signal that sweeps the frequency spectrum from 0.01 Hz to 1 Hz over 50 seconds.
noise is added to reflect a realistic application.
The system response to can be obtained using the DynamicSystems[Simulate] command. The response can be seen in the following plot.
The results of converting the input, output and model signals to the frequency domain can be seen in the plots below. The Maple commands used to generated the Discrete Fourier Transform are found in the code edit region.
-
The Maple commands used to obtain the model-based parameter values are found in the following code edit region.
Using Maple's optimization routines, the parameter values that best describe the physical model were found to be:
The difference in parameter values between those measured and those obtained through the estimation process are shown below.
The plot below shows the frequency response of the measured and the estimated model.
Download Help Document