If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Search found 5 matches
- Mon Sep 07, 2015 8:00 pm
- Forum: User Examples
- Topic: Code speed tester
- Replies: 7
- Views: 22564
Re: Code speed tester
Thanks for the answer! Unfortunately I'm still confused on how is this exactly happening, this is the part that I don't understand:
When you connect a module to the tester, is uses it as a code for poly section.
How exactly does it use my module as a code for poly section? I cannot figure out how ...
When you connect a module to the tester, is uses it as a code for poly section.
How exactly does it use my module as a code for poly section? I cannot figure out how ...
- Sun Sep 06, 2015 12:12 pm
- Forum: User Examples
- Topic: Code speed tester
- Replies: 7
- Views: 22564
Re: Code speed tester
Hi KG,
I'm using your Code Speed Tester and it proves very useful so thanks for sharing! I do have a hard time though figuring what does it actually do. Let's assume this is my schematic:
my-module => code speed tester
And let's assume that my-module is a simple filter and i usually would pass ...
I'm using your Code Speed Tester and it proves very useful so thanks for sharing! I do have a hard time though figuring what does it actually do. Let's assume this is my schematic:
my-module => code speed tester
And let's assume that my-module is a simple filter and i usually would pass ...
- Sun May 03, 2015 1:15 pm
- Forum: General
- Topic: Read multiple values from ArrMem at the same time
- Replies: 5
- Views: 11285
Re: Read multiple values from ArrMem at the same time
Thanks to both of you!
I decided to simply go for the memin functionality in DSP code block. I don't really care about writing to this specific array at the moment but it's good to know that it's possible. The problem I faced though was high spike in CPU usage (no wonder if I'm reading/writing 32 ...
I decided to simply go for the memin functionality in DSP code block. I don't really care about writing to this specific array at the moment but it's good to know that it's possible. The problem I faced though was high spike in CPU usage (no wonder if I'm reading/writing 32 ...
- Sun Apr 26, 2015 2:01 pm
- Forum: General
- Topic: Read multiple values from ArrMem at the same time
- Replies: 5
- Views: 11285
Re: Read multiple values from ArrMem at the same time
Thanks for the reply KG!
'Memin' in DSP code sounds helpful, I've never heard about it. I do use poly but the array would be 6400 samples and I don't plan to modify it at all. In that case I assume it would work rather smoothly, right?
If I'd use 'memin', would it be copied to DSP code primitive ...
'Memin' in DSP code sounds helpful, I've never heard about it. I do use poly but the array would be 6400 samples and I don't plan to modify it at all. In that case I assume it would work rather smoothly, right?
If I'd use 'memin', would it be copied to DSP code primitive ...
- Sun Apr 26, 2015 1:16 pm
- Forum: General
- Topic: Read multiple values from ArrMem at the same time
- Replies: 5
- Views: 11285
Read multiple values from ArrMem at the same time
Hi Everyone,
I need some help concerning using ArrMem + Read primitives. Let's say I have an array with ~6000 values. I also have a code block which determines the sample that I need from that array. Awesome, that's simple. But what if I need to take more than one sample (let's assume 16) from that ...
I need some help concerning using ArrMem + Read primitives. Let's say I have an array with ~6000 values. I also have a code block which determines the sample that I need from that array. Awesome, that's simple. But what if I need to take more than one sample (let's assume 16) from that ...