Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
ba0392ae
Commit
ba0392ae
authored
Nov 21, 2017
by
Markus Mueller-Trapet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix for input calibration
parent
0475f522
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
applications/Measurement/NI_DAQ/itaMSTFni.m
applications/Measurement/NI_DAQ/itaMSTFni.m
+4
-0
No files found.
applications/Measurement/NI_DAQ/itaMSTFni.m
View file @
ba0392ae
...
...
@@ -171,6 +171,9 @@ classdef itaMSTFni < itaMSTF
imcIdx
(
chIdx
)
=
find
(
this
.
inputMeasurementChain
.
hw_ch
==
inputChannels
(
chIdx
));
end
tmpChain
=
this
.
inputMeasurementChain
(
imcIdx
);
% we need this to have the correct dimensions for the zeros at the output
outputChannels
=
this
.
outputChannels
;
this
.
outputChannels
=
outputChannels
(
1
);
% element by element
for
iElement
=
elementIds
for
iCh
=
1
:
numel
(
imcIdx
)
...
...
@@ -189,6 +192,7 @@ classdef itaMSTFni < itaMSTF
end
this
.
inputMeasurementChain
(
imcIdx
)
=
tmpChain
;
this
.
inputChannels
=
inputChannels
;
this
.
outputChannels
=
outputChannels
;
disp
(
'****************************** FINISHED *********************************'
)
end
...
...
Write
Preview
Markdown
is supported
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