Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
toolbox
Commits
82cd51b1
Commit
82cd51b1
authored
May 29, 2017
by
Markus Mueller-Trapet
Browse files
Options
Downloads
Patches
Plain Diff
check that sound card is initialized before calibration
parent
a0bca21f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/Measurement/NI_DAQ/itaMSTFni.m
+2
-0
2 additions, 0 deletions
applications/Measurement/NI_DAQ/itaMSTFni.m
with
2 additions
and
0 deletions
applications/Measurement/NI_DAQ/itaMSTFni.m
+
2
−
0
View file @
82cd51b1
...
...
@@ -159,6 +159,7 @@ classdef itaMSTFni < itaMSTF
function
this
=
calibrate_input
(
this
,
elementIds
)
% have to do this here because of different run function
% do only specific elements (e.g. only AD)
this
.
checkready
if
~
exist
(
'elementIds'
,
'var'
)
elementIds
=
1
:
3
;
else
...
...
@@ -196,6 +197,7 @@ classdef itaMSTFni < itaMSTF
% have to do this here because of different run function
% Calibrates all output chains, using only the first
% (hopefully calibrated) input chain. Input chain calibration
this
.
checkready
if
~
exist
(
'input_chain_number'
,
'var'
)
input_chain_number
=
find
(
this
.
inputMeasurementChain
.
hw_ch
==
this
.
inputChannels
(
1
));
end
...
...
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