Akash Pandya
Followers: 0 Following: 0
Feeds
提问
How to calculate residence time?
Hi, I have a time column in picoseconds and 442 distance columns measured in nanometres. I know how to extract the time points ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Extracting data from a matrix for a particular threshold
Hi, I have a data matrix (442 x 442) which represents pairwise correlations (Cij). I have values from -1 to 1 and I would like ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Distance-Time data extraction
Hi, I have got distance-time data, I wanted to know how to extract distance data at cut-off of </= 0.5 nm and the corresponding...
6 years 前 | 2 个回答 | 0
2
个回答提问
I want to calculate the inverse fourier transform to see if I retrieve my original time series data. My excel file contains time(xaxis) and distance(yaxis). I already transformed the data into the frequency domain using DFT.
[X] = xlsread('40mgml.xlsx'); %import and read excel file xdft = fft(X(:,2)); DT = X(2,1)-X(1,1); % sampling inte...
6 years 前 | 0 个回答 | 0