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
20a2d372
Commit
20a2d372
authored
Feb 27, 2019
by
Markus Mueller-Trapet
Browse files
minor change
parent
11a42d70
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/RoomAcoustics/ita_roomacoustics.m
View file @
20a2d372
...
...
@@ -181,7 +181,7 @@ for iCh = 1:ir.nChannels
while
tmpData
(
nInputSamples
(
iCh
)
-
1
,
iCh
)
==
0
nInputSamples
(
iCh
)
=
nInputSamples
(
iCh
)
-
1
;
if
nInputSamples
(
iCh
)
==
1
error
(
'Chann
les %i
is empty'
)
error
(
[
'Chann
el '
num2str
(
iCh
)
'
is empty'
]
)
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