Search found 5 matches

by Alefal
Thu Aug 09, 2018 7:15 am
Forum: FV-1 software questions
Topic: Trying to understand basic delay code
Replies: 9
Views: 10518

Re: Trying to understand basic delay code

Thanks for your reply I have another question about the circular buffer. Since we always write the sample at the same adress (which is the begining of the delay line) and read the dealy the sample at the same adress (end of the delay line), how can the sample goes from the begining to the end ? Does...
by Alefal
Wed Aug 08, 2018 4:49 am
Forum: FV-1 software questions
Topic: Trying to understand basic delay code
Replies: 9
Views: 10518

Re: Trying to understand basic delay code

I'm still stuggling a bit with the full understanding of the delay ram So if I understood well, the delay ram IS a circular buffer ? With a 32kHz clock we get a 1/32kHz sample rate so if we set a 32k (bits?) delay line, we will get 1000ms, so the maximum delay time. Is that correct to think about ju...
by Alefal
Thu Jul 12, 2018 4:43 am
Forum: FV-1 software questions
Topic: Trying to understand basic delay code
Replies: 9
Views: 10518

Re: Trying to understand basic delay code

Thanks for your replies.

Digital Larry, I'm sorry, I will post specific SpinCAD questions on the SpinCAD forum next time.
My questions were more related to the spinasm part and the delay ram that's why I posted here.
by Alefal
Wed Jul 11, 2018 3:06 am
Forum: FV-1 software questions
Topic: Trying to understand basic delay code
Replies: 9
Views: 10518

Re: Trying to understand basic delay code

Thanks a lot for your reply, this already makes things clearer. I will read some stuff about circular buffers.
by Alefal
Tue Jul 10, 2018 6:23 am
Forum: FV-1 software questions
Topic: Trying to understand basic delay code
Replies: 9
Views: 10518

Trying to understand basic delay code

Hello, I try to understand the single delay bloc code from SpinCAD Designer. I already read all the FV-1 Datasheet, AN0001.. I understood that to get a delay effect we need to but a sample at the beginning of a delay line (= portion of the delay ram ?) and then read at another adress in the delay ra...