Community Profile

photo

Linas Svilainis


Last seen: 3 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

A soumis


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

plus de 2 ans il y a | 1 téléchargement |

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

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

A répondu
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...

plus de 4 ans il y a | 0

A répondu
time delay estimation algorithm
Here are few functions: GetTOFfftPhase GetTOFcos(MySignal,RefSig...

plus de 4 ans il y a | 0

A répondu
Time Delay of Arrival
Try two functions below: GetTOFfftPhase GetTOFcos(MySig...

plus de 4 ans il y a | 0

A répondu
time delay estimation algorithm
Try those two: GetTOFfftPhase GetTOFcos(MySignal,RefSig...

plus de 4 ans il y a | 0

A soumis


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

plus de 4 ans il y a | 9 téléchargements |

A soumis


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

plus de 4 ans il y a | 3 téléchargements |

A soumis


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

plus de 4 ans il y a | 1 téléchargement |