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
d79a9ac4
Commit
d79a9ac4
authored
Jul 10, 2017
by
Jan-Gerrit Richter
Browse files
changed MSTFinterleaved to work without the fftDegree / nSamples behaviour
parent
5a5a2d0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/Measurement/ClassStuff/itaMSTFinterleaved.m
View file @
d79a9ac4
...
...
@@ -414,7 +414,7 @@ classdef itaMSTFinterleaved < itaMSTF
nSamples
=
result
.
nSamples
;
% extend result
result
.
fftDegree
=
nSamples
+
nWaitSum
*
(
this
.
repetitions
-
1
);
result
.
nSamples
=
nSamples
+
nWaitSum
*
(
this
.
repetitions
-
1
);
timeData
=
single
(
result
.
time
)
.'
;
idxx_init
=
(
1
:
nSamples
);
ita_verbose_info
(
'itaMSTFinterleaved::appending time data.'
,
1
);
...
...
kernel/DSP/Edit/ita_generate_sweep.m
View file @
d79a9ac4
...
...
@@ -112,7 +112,7 @@ end
%% generate sweep and settings for itaAudio
audioObj
=
itaAudio
;
audioObj
.
samplingRate
=
sArgs
.
samplingRate
;
audioObj
.
fftDegree
=
nSamples
;
audioObj
.
nSamples
=
nSamples
;
% decide between linear and exponential sweep
switch
methodStr
...
...
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