Community Profile

photo

Linas Svilainis


Last seen: circa 2 mesi fa Attivo dal 2019

Statistiche

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

Visualizza badge

Content Feed

Visto da

Inviato


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

oltre 2 anni fa | 1 download |

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

Inviato


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

oltre 4 anni fa | 9 download |

Inviato


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

oltre 4 anni fa | 3 download |

Inviato


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

oltre 4 anni fa | 1 download |