Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Quanser Active Suspension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aa4cc
Edu Ctrl Lab Models
Quanser Active Suspension
Commits
81e75f84
Commit
81e75f84
authored
2 years ago
by
Hurak
Browse files
Options
Downloads
Patches
Plain Diff
Added some comment on the data to the data README.
parent
fd397575
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/README.md
+12
-1
12 additions, 1 deletion
data/README.md
with
12 additions
and
1 deletion
data/README.md
+
12
−
1
View file @
81e75f84
...
...
@@ -15,6 +15,17 @@ Two new data structs then appear in the workspace
-
`simulated_pos_ol_response`
-
`measured_acc_ol_response`
The first two data structures contain (vertical) positions of the three levels/stages:
-
`zr`
for the road level,
-
`zus`
for the suspension level,
-
`zs`
for the car level.
Strictly speaking, just
`zr`
and
`zs`
are measured by their dedicated sensors. The absolute position
`zus`
is inferred as a difference between
`zs`
and yet another encoder measurement
`zs-zus`
.
The third data structs contain just the acceleration of the car level, that is,
`d2/dt2 zs`
.
Plot these using
```
matlab
...
...
@@ -46,4 +57,4 @@ You will get something like the figures below


See the corresponding Simulink file for the meaning of the stored variables.
\ No newline at end of file
Apparently, the simulation responses do not quite fit the experimental ones. Some optimization-based fitting might be needed here.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment