![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7761021_1522123118270_DEF.jpg)
Linas Svilainis
Followers: 0 Following: 0
Statistics
RANK
159,928
of 297,016
REPUTATION
0
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
10,523 of 20,419
REPUTATION
53
AVERAGE RATING
0.00
CONTRIBUTIONS
4 Files
DOWNLOADS
7
ALL TIME DOWNLOADS
527
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
SWCtruncated
function [U] = SWCtruncated(t,Wtrue,Signal) Used to get the harmonic component (amplitude and phase) of the Signal at frequenc...
3 years ago | 2 downloads |
Problem of finding lag when using xcorr
Of course, it would be helpfull to increase the record length first, if possible.
5 years ago | 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...
5 years ago | 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...
5 years ago | 0
time delay estimation algorithm
Here are few functions: GetTOFfftPhase GetTOFcos(MySignal,RefSig...
5 years ago | 0
Time Delay of Arrival
Try two functions below: GetTOFfftPhase GetTOFcos(MySig...
5 years ago | 0
time delay estimation algorithm
Try those two: GetTOFfftPhase GetTOFcos(MySignal,RefSig...
5 years ago | 0
Submitted
GetTOFfftPhase
Calculates the delay between two signals using frequency domain interpolation of cross-correlation peak position
5 years ago | 3 downloads |
Submitted
GetTOFparab
Calculates the delay between two signals using parabolic interpolation of cross-correlation peak
5 years ago | 1 download |
Submitted
GetTOFcos(MySignal,RefSignal)
Calculates the delay between two signals using cosine interpolation of cross-correlation peak
5 years ago | 1 download |