Search found 5 matches

by megique
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 ...
by megique
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 ...
by megique
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 ...
by megique
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 ...
by megique
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 ...