Question


Linear interpolation in loop
Hello, i'm trying to create a script for traveltime curves which will have as an output several plots with 2 best fit lines. To ...

4 years ago | 2 answers | 0

2

answers

Question


Plot large CSV files with timestamp
I have a large csv file and try to load it into MATLAB and plot it with timestamp. My release is 2016b and i have 8gb of RAM. M...

5 years ago | 1 answer | 0

1

answer

Question


plot traveltimes axes configuration
Hello, i have some seismic survey data (7 channels) and tried to plot them all in one figure without axes. So far so good but I ...

5 years ago | 1 answer | 0

1

answer

Question


Import and plot .CSV with timestamp
I have a csv file along with timestamp and i cannot manage to plot my data correctly. My file is comma delimited, first date, th...

5 years ago | 1 answer | 0

1

answer

Question


Comparing elements in one matrix in a loop
Hi All, I have a large matrix with one column containing only values. I want to make a loop and compare every time if the ave...

5 years ago | 1 answer | 0

1

answer

Question


How to handle big csv files
I have huge .csv files comming daily and i want to know how i can handle them. For the moment, only to have an idea, i run a pyt...

5 years ago | 1 answer | 0

1

answer

Question


Wrong date while importing .csv
Having a problem when i import daily .csv files. More specifically, when i plot my xy data(x axis contains date and time stamp),...

5 years ago | 1 answer | 0

1

answer

Question


large csv import and split
As a newbie i am working on a signal retrieved from a geophone. What i am trying to do is to import my .csv file (weekly file si...

6 years ago | 1 answer | 0

1

answer

Question


Split into different columns a .csv file with characters ';'
I have a large .csv file with the below format ('Date;Time;Value'). '16/4/2017;05:12:02;1.21' and need to import it ...

7 years ago | 1 answer | 0

1

answer

Answered
Confusion with FFT for a specific part of the whole signal
So in order to produce a periodogram, my input x should be the acceleration vector.

7 years ago | 0

Answered
Confusion with FFT for a specific part of the whole signal
One last question. In [PSDx,fx] = periodogram(x,[],[],Fs,'power'); x should be i) the original signal (acc over time)? ...

7 years ago | 0

Question


Confusion with FFT for a specific part of the whole signal
As a newbie i am working on a signal from an accelerometer and i am trying to produce an fft for a specific part of the whole si...

7 years ago | 3 answers | 0

3

answers