Tagged Questions
2
votes
2answers
96 views
Importing several huge files with headers & footers
having here several files in ASCII format
http://ge.tt/91rv0Jf/v/0
I want to import, while removing headers and footers and then join the several lists.
...
0
votes
0answers
55 views
How to combine file data chronologically via reading numbers in a filename and put it in one list?
Say I have a bunch of files with nearly same filename, eg. data_timestep1, data_timestep2, ...
The data itself in one file is ({x1, y1, z1, absolute field value 1}, {x2, y2, z2, absolute field value ...
-2
votes
1answer
121 views
Non-regular grid data
I have issue with non-regulary spaced data. I have set of 3 numbers {x, y, z} in my list.
...
7
votes
3answers
301 views
Analytically finding critical values in a hysteresis curve made with ListPlot
Let me start with a super basic explanation of what I'm trying to do, and I will follow with a more detailed discussion afterwards.
From data in the form shown below (a ...
27
votes
4answers
556 views
Filtering beat-to-beat heart rate data
From an experiment, I have a dataset of beat-to-beat heart rate data: a list of the time between each heart beat in [ms].
The data is measured using an infrared optic sensor at the finger tip. The ...