Go to the source code of this file.
◆ posData() [1/2]
◆ posData() [2/2]
◆ posFreqs() [1/2]
◆ posFreqs() [2/2]
negData is conjugate of posData Remove highest frequency from positive freq and data vectors posFreqs |
( |
end |
| ) |
|
◆ deltaF
otherwise periodicity will be broken Determine frequency resolution deltaF = diff(posFreqs(1:2)) |
◆ function
Initial value:
%GETNEGATIVEFREQDATA Obtains the corresponding negative frequencies for an analytic
%signal
% Obtains the negative conjugate symmetric frequency domain data
% when supplied with positive
freq data only.
% Note the positive frequency data should not contain the last points
%
i.e. data(1) ~= data(end)
negData is conjugate of posData Remove highest frequency from positive freq and data vectors posFreqs(end)
Definition at line 1 of file getHermitianData.m.
◆ hermitianData
◆ hermitianFreq
◆ negData
Don t include DC negData = conj(posData(end:-1:2)) |
◆ negFreqs
Create negative frequency and data vectors negFreqs = -posFreqs(end:-1:2) |