Linas Svilainis
Followers: 0 Following: 0
Feeds
已提交
SWCtruncated
function [U] = SWCtruncated(t,Wtrue,Signal) Used to get the harmonic component (amplitude and phase) of the Signal at frequenc...
3 years 前 | 1 次下载 |
已回答
Problem of finding lag when using xcorr
Of course, it would be helpfull to increase the record length first, if possible.
Problem of finding lag when using xcorr
Of course, it would be helpfull to increase the record length first, if possible.
5 years 前 | 0
已回答
Problem of finding lag when using xcorr
Yes, essential problem is that signal is sampled wrong. Majority of signal processing techniques assume periodical signal (espec...
Problem of finding lag when using xcorr
Yes, essential problem is that signal is sampled wrong. Majority of signal processing techniques assume periodical signal (espec...
5 years 前 | 0
已回答
Phase lag between two signals
I am not sure whether it is the phase you are looking for. Would be better if I knew the application. Nevertherless: The signa...
Phase lag between two signals
I am not sure whether it is the phase you are looking for. Would be better if I knew the application. Nevertherless: The signa...
5 years 前 | 0
已回答
time delay estimation algorithm
Here are few functions: GetTOFfftPhase GetTOFcos(MySignal,RefSig...
time delay estimation algorithm
Here are few functions: GetTOFfftPhase GetTOFcos(MySignal,RefSig...
5 years 前 | 0
已回答
time delay estimation algorithm
Try those two: GetTOFfftPhase GetTOFcos(MySignal,RefSig...
time delay estimation algorithm
Try those two: GetTOFfftPhase GetTOFcos(MySignal,RefSig...
5 years 前 | 0
已提交
GetTOFfftPhase
Calculates the delay between two signals using frequency domain interpolation of cross-correlation peak position
5 years 前 | 4 次下载 |
已提交
GetTOFparab
Calculates the delay between two signals using parabolic interpolation of cross-correlation peak
5 years 前 | 1 次下载 |
已提交
GetTOFcos(MySignal,RefSignal)
Calculates the delay between two signals using cosine interpolation of cross-correlation peak
5 years 前 | 2 次下载 |