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
Jakub Vaněk
Quanser Active Suspension
Commits
02f60c68
Commit
02f60c68
authored
2 years ago
by
hurak
Browse files
Options
Downloads
Patches
Plain Diff
Added some open-loop experimental data.
parent
10e5ba4c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
software/quanser_work/data/README.md
+26
-0
26 additions, 0 deletions
software/quanser_work/data/README.md
software/quanser_work/data/measured_and_simulated_open_loop_responses.mat
+0
-0
0 additions, 0 deletions
..._work/data/measured_and_simulated_open_loop_responses.mat
with
26 additions
and
0 deletions
software/quanser_work/data/README.md
0 → 100644
+
26
−
0
View file @
02f60c68
# Data sets from experiments
## Open-loop experiment
Here we provide the data from the open-loop experiment
`software/quanser_updated/q_as_ol.slx`
.
Load the data into Matlab workspace using
```
matlab
load
measured_and_simulated_open_loop_responses
.
mat
```
Two new data structs then appear in the workspace
-
`measured_ol_response`
-
`simulated_ol_response`
Plot these using
```
matlab
figure
plot
(
measured_ol_response
.
time
,
measured_ol_response
.
signals
.
values
)
figure
plot
(
simulated_ol_response
.
time
,
simulated_ol_response
.
signals
.
values
)
```
See the corresponding Simulink file for the meaning of the stored variables.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
software/quanser_work/data/measured_and_simulated_open_loop_responses.mat
0 → 100644
+
0
−
0
View file @
02f60c68
File added
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