Community Profile

photo

Linas Svilainis


Last seen: 3개월 전 2019년부터 활동

Followers: 0   Following: 0

통계

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

배지 보기

Feeds

보기 기준

제출됨


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

2년 초과 전 | 다운로드 수: 1 |

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

4년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
time delay estimation algorithm
Here are few functions: GetTOFfftPhase GetTOFcos(MySignal,RefSig...

4년 초과 전 | 0

답변 있음
Time Delay of Arrival
Try two functions below: GetTOFfftPhase GetTOFcos(MySig...

4년 초과 전 | 0

답변 있음
time delay estimation algorithm
Try those two: GetTOFfftPhase GetTOFcos(MySignal,RefSig...

4년 초과 전 | 0

제출됨


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

4년 초과 전 | 다운로드 수: 9 |

제출됨


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

4년 초과 전 | 다운로드 수: 3 |

제출됨


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

4년 초과 전 | 다운로드 수: 1 |