Community Profile

photo

Linas Svilainis


Last seen: ungefär 2 månader ago Active since 2019

Statistics

All
  • Revival Level 1
  • First Answer
  • Personal Best Downloads Level 1
  • First Submission

View badges

Content Feed

View by

Submitted


SWCtruncated
function [U] = SWCtruncated(t,Wtrue,Signal) Used to get the harmonic component (amplitude and phase) of the Signal at frequenc...

mer än 2 år ago | 1 download |

Answered
Problem of finding lag when using xcorr
Of course, it would be helpfull to increase the record length first, if possible.

mer än 4 år ago | 0

Answered
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...

mer än 4 år ago | 0

Answered
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...

mer än 4 år ago | 0

Answered
time delay estimation algorithm
Here are few functions: GetTOFfftPhase GetTOFcos(MySignal,RefSig...

mer än 4 år ago | 0

Answered
Time Delay of Arrival
Try two functions below: GetTOFfftPhase GetTOFcos(MySig...

mer än 4 år ago | 0

Answered
time delay estimation algorithm
Try those two: GetTOFfftPhase GetTOFcos(MySignal,RefSig...

mer än 4 år ago | 0

Submitted


GetTOFfftPhase
Calculates the delay between two signals using frequency domain interpolation of cross-correlation peak position

mer än 4 år ago | 9 downloads |

Submitted


GetTOFparab
Calculates the delay between two signals using parabolic interpolation of cross-correlation peak

mer än 4 år ago | 3 downloads |

Submitted


GetTOFcos(MySignal,RefSignal)
Calculates the delay between two signals using cosine interpolation of cross-correlation peak

mer än 4 år ago | 1 download |