Search found 3 matches

by srinivas27194
Sat Aug 15, 2020 4:59 am
Forum: General Discussion
Topic: Allocation of Dynamic Memory
Replies: 4
Views: 3906

Re: Allocation of Dynamic Memory

May I kindly know if anyone can help on this ?
by srinivas27194
Tue Aug 04, 2020 7:58 am
Forum: General Discussion
Topic: Allocation of Dynamic Memory
Replies: 4
Views: 3906

Re: Allocation of Dynamic Memory

I have attached the code for your reference.
by srinivas27194
Thu Jul 30, 2020 3:47 pm
Forum: General Discussion
Topic: Allocation of Dynamic Memory
Replies: 4
Views: 3906

Allocation of Dynamic Memory

We are trying to capture six signals each with 4096 samples and sampling at 500 Hz. vImag = 0.0; vReal = (3.3/4095.0)*analogRead(25); vReal1 =(3.3/4095.0)*analogRead(26); vReal2 =(3.3/4095.0)*analogRead(27); vImag1 = 0.0; vImag = 0.0; There was an error "dram segment data does not fit" So we modifie...