Community Profile

photo

Linas Svilainis


Last seen: 3 months ago Active since 2019

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Submitted


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

2 years 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.

4 years 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...

4 years 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...

4 years ago | 0

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

4 years ago | 0

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

4 years ago | 0

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

4 years ago | 0

Submitted


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

4 years ago | 9 downloads |

Submitted


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

4 years ago | 3 downloads |

Submitted


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

4 years ago | 1 download |