photo

Linas Svilainis


Last seen: 6ヶ月 前 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年以上 前 | ダウンロード 2 件 |

送信済み


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

5年弱 前 | ダウンロード 3 件 |

送信済み


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

5年弱 前 | ダウンロード 1 件 |