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
3a8d8034
Commit
3a8d8034
authored
Apr 05, 2018
by
Markus Mueller-Trapet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix(?) when reading data from measurement systems (PULSE, SINUS etc.)
parent
922758a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
kernel/DataAudio_IO/ita_readunv58.m
kernel/DataAudio_IO/ita_readunv58.m
+6
-6
No files found.
kernel/DataAudio_IO/ita_readunv58.m
View file @
3a8d8034
...
...
@@ -64,12 +64,12 @@ switch ds.abscissaUnitsLabel
channelUnits
(
i
)
=
{
''
};
end
end
if
numel
(
unique
(
nodes
))
==
1
resultArray
=
resultArray
(:);
channelNames
=
channelNames
(
1
);
channelUnits
=
channelUnits
(
1
);
nodes
=
nodes
(
1
);
end
%
if numel(unique(nodes)) == 1
%
resultArray = resultArray(:);
%
channelNames = channelNames(1);
%
channelUnits = channelUnits(1);
%
nodes = nodes(1);
%
end
result
=
itaAudio
(
resultArray
,
SamplingRate
,
'time'
);
result
.
channelNames
=
channelNames
;
result
.
channelUnits
=
channelUnits
;
...
...
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