Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Karlsson
turtlerob1
Commits
63863cb7
Commit
63863cb7
authored
Sep 25, 2015
by
Fredrik Bagge Carlson
Browse files
small pudate
parent
23cac8f3
Changes
1
Show whitespace changes
Inline
Side-by-side
analyze_source.m
View file @
63863cb7
...
...
@@ -53,7 +53,7 @@ par = genParStruct('fb_type',fb_type,'fb_lowFreqHz',fb_lowFreqHz,...
'pi_confThres'
,
pi_confThres
,
'pi_medianOrder'
,
pi_medianOrder
);
% Create a data object
dObj
=
dataObject
(
audio
,
fs
);
dObj
=
dataObject
(
audio
(:,
1
)
,
fs
);
% Create a manager
mObj
=
manager
(
dObj
,
requests
,
par
);
...
...
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