Search found 4 matches

by martinR
Thu Aug 25, 2016 12:02 pm
Forum: MATLAB
Topic: Different Downsampling Ratios
Replies: 11
Views: 17637

Re: Different Downsampling Ratios

Hello,

we will send an email with code and answers to your questions.

Thank you for your help in advance.

Kind Regards

Martin
by martinR
Tue Aug 23, 2016 11:08 am
Forum: MATLAB
Topic: Different Downsampling Ratios
Replies: 11
Views: 17637

Re: Different Downsampling Ratios

Hello, thank you for your help. I have implemented your workflow and it is working fine if I collect the raw data for all channels aswell. But it behaves strange if I try to collect raw data only for certain channels. I set up buffers for raw data like this: for (i = 0; i < unit->channelCount; i++) ...
by martinR
Thu Aug 18, 2016 11:04 am
Forum: MATLAB
Topic: Different Downsampling Ratios
Replies: 11
Views: 17637

Re: Different Downsampling Ratios

Hello, thank you for your replay. To clarify, the workflow would be to setup buffers for the channels I want to downsample like in the example and a buffer that can hold all collected data for the channel I want raw data. I then collect the data of the downsampled channels during streaming like in t...
by martinR
Thu Aug 18, 2016 9:10 am
Forum: MATLAB
Topic: Different Downsampling Ratios
Replies: 11
Views: 17637

Re: Different Downsampling Ratios

Hello, I am working with Conrad on this project. We now have decided to use C instead of Matlab but as I didn't want to create a new thread maybe an admin could put the thread into the correct subforum. I have tried to understand the C Example and use it as a baseline to solve our problem. Sadly I d...