Skip to content
Snippets Groups Projects
Commit 2eb74fcb authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Update FRTN35_lab1.jl

parent 1886049f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,7 +2,7 @@ using BallAndBeam, ControlSystems, JLD, LabProcesses
# @load "workspace.jld" # Run this command to restore a saved workspace
Bias = 0.01 # Change this if your process drifts over time
P = LabProcesses.Beamr(0.01, Bias) # Replace for BeamSimulator(0.01) to run simulations
P = LabProcesses.Beam(0.01, Bias) # Replace for BeamSimulator(0.01) to run simulations
h = sampletime(P)
settling_time = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment