Community Profile

photo

Linas Svilainis


Last seen: 3 meses hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Enviada


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

más de 2 años hace | 1 descarga |

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

más de 4 años hace | 0

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

más de 4 años hace | 0

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

más de 4 años hace | 0

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

más de 4 años hace | 0

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

más de 4 años hace | 0

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

más de 4 años hace | 0

Enviada


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

más de 4 años hace | 9 descargas |

Enviada


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

más de 4 años hace | 3 descargas |

Enviada


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

más de 4 años hace | 1 descarga |