Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LRT_infinite_dimensional_systems
conI
Commits
c96ce659
Commit
c96ce659
authored
Oct 29, 2020
by
Ferdinand Fischer
Browse files
more smooth random stairs
parent
ad211f18
Changes
1
Show whitespace changes
Inline
Side-by-side
+signals/RandomStairs.m
View file @
c96ce659
...
...
@@ -183,7 +183,7 @@ classdef RandomStairs
else
%% gevrey-function filter
tk
=
obj
.
jumpingPoints
(
t
);
T
=
mean
(
diff
(
tk
))
/
4
;
T
=
mean
(
diff
(
tk
));
dt
=
misc
.
dt
(
t
);
tau
=
0
:
dt
:
T
;
b
=
signals
.
gevrey
.
bump
.
g
(
tau
,
1
,
T
,
1.1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment