Community Profile

photo

Linas Svilainis


Last seen: 3 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

mehr als 2 Jahre vor | 1 Download |

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

Gesendet


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

mehr als 4 Jahre vor | 9 Downloads |

Gesendet


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

mehr als 4 Jahre vor | 3 Downloads |

Gesendet


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

mehr als 4 Jahre vor | 1 Download |