photo

Naomi Krauzig


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • Explorer
  • First Review
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已回答
how to find the time lag in cross correlation
in case this is stillan open question, there is actually a function to find the delay: d = finddelay(x,y). otherwise [r,lags]...

5 years 前 | 1

已回答
time-lagged correlation coefficient between two time series
In case this is still an open question [r,lags] = xcorr(x,y) also returns the lags at which the correlations are computed.

5 years 前 | 1

已回答
How can I use detrend in a matrix with NaN?
Hi Sara, here is an available function for detrending with NaNs. function detrended = detrendNaN3(A,t) %DETRENDNAN3 Detrend...

5 years 前 | 0