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
cacce6ed
Commit
cacce6ed
authored
May 12, 2017
by
Jan-Gerrit Richter
Browse files
bugfix: changed documentation to match code in ita_extend_dat
parent
1ef3ac10
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/DSP/Edit/ita_extend_dat.m
View file @
cacce6ed
...
...
@@ -7,8 +7,8 @@ function [ varargout ] = ita_extend_dat( varargin )
% Syntax: ita_extend_dat( dat, nSamples, Options)
% Syntax: [dat1, dat2] = ita_extend_dat( dat1, dat2 )
%
% FFTdegree is up to a value of
30
% nSamples is a value greater than 3
0
% FFTdegree is up to a value of
(including) 35
% nSamples is a value greater than 3
5
%
% Options (default):
% 'forcesamples' (false): Interpret second arguments as samples, even if lower than 35
...
...
@@ -59,7 +59,7 @@ if make_same_length
asData2
=
ita_metainfo_rm_historyline
(
asData2
);
else
if
sArgs
.
symmetric
%pdi added
if
new_number_samples
<
35
if
new_number_samples
<
=
35
new_number_samples
=
round
(
2.
^
new_number_samples
/
2
)
*
2
;
end
old_number_samples
=
asData
.
nSamples
;
...
...
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