Akash Pandya
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
123,561
of 295,569
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 0 answers | 0