Signal processing timetable data in segments defined by time ranges
显示 更早的评论
Hi,
I have large recordings stored as tall timetables on which I would like to do signal processing in consecutive time range blocks.
Big data processing is new to me, and would like to ask if there is an efficient way to do this with mapreduce, or some other technique? (I am currently selecting each subset at a time, processing, and storing the result, but this is taking long.)
I've been thinking that writing a "readfcn()" that gets the time period number might be the way, but its not clear how to do this.
Could anyone please give me some advice?
Many thanks, Kevin
7 个评论
Julian
2023-10-18
What exactly do you want to do?
Kevin Williams
2023-10-18
Star Strider
2023-10-18
I’m not certain what those statistics are, however the approach in Using MapReduce to Fit a Logistic Regression Model could provide some guidance. (I have no experience with mapreduce since none of my data sets ever required it.)
Mathieu NOE
2023-10-19
it would certainly help to have some data samples
Kevin Williams
2023-10-19
Kevin Williams
2023-10-19
Sam Marshalik
2023-10-19
If you have a tall array, are you able to use overloaded functions that works on tall to do your analysis? If so, you can leverage Parallel Computing Toolbox or MATLAB Parallel Server to speed up that analysis to run simultenously across multiple cores on one or multiple machines.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MapReduce 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!