Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
d02a0da6
Commit
d02a0da6
authored
Apr 23, 2018
by
Markus Mueller-Trapet
Browse files
keep channelUnits when merging
parent
cb62b607
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/SignalProcessing/PoleZeroProny/itaAudioAnalyticRational.m
View file @
d02a0da6
...
...
@@ -122,6 +122,9 @@ classdef itaAudioAnalyticRational < itaAudioAnalyticSuper
if
~
isempty
(
this
(
idx
,
jdx
)
.
channelNames
)
res
.
channelNames
{
count
}
=
this
(
idx
,
jdx
)
.
channelNames
{
1
};
end
if
~
isempty
(
this
(
idx
,
jdx
)
.
channelUnits
)
res
.
channelUnits
{
count
}
=
this
(
idx
,
jdx
)
.
channelUnits
{
1
};
end
end
end
end
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment