Search found 6 matches

by tupelo
Sat Mar 10, 2007 12:07 pm
Forum: Algorithm development
Topic: Modifying wave shape
Replies: 7
Views: 18408

Modifying wave shape

Hi,
I've created a basic tremolo algorithm but want to be able to alter the sine wave shape. This would be much easier on a general purpose processor, but how can this be accomplished with the FV-1?
Thanks.
by tupelo
Thu Dec 14, 2006 11:15 am
Forum: FV-1 software questions
Topic: Application notes
Replies: 1
Views: 7568

Application notes

Where can I find Application Note AN-0001 and any other app notes?
by tupelo
Sun Dec 10, 2006 8:39 am
Forum: FV-1 software questions
Topic: DSP books
Replies: 2
Views: 8689

DSP books

Thanks again. Finding a book that is neither too basic nor too far over your head is a personal thing indeed.
by tupelo
Sun Dec 10, 2006 8:37 am
Forum: FV-1 software questions
Topic: xor functionality
Replies: 4
Views: 10881

xor help

Thanks for the help. I don't have a scope, so it may be time to invest in one. Apparently another part of my algorithm is suspect. I appreciate the help on constants also. So if I understand this correctly, the following is true when loading the ACC with constants: $7FFFFF = .999... $100000 = smalle...
by tupelo
Fri Dec 08, 2006 10:17 am
Forum: FV-1 software questions
Topic: DSP books
Replies: 2
Views: 8689

DSP books

To help the new guy on his journey, do ya'll have any recommedations for books on DSP? I have programming experience and understand the concepts of how chorus, delay, reverb, etc. work, but how these effects are created with a multiply-accumulate instruction is a mystery. Thanks.
by tupelo
Fri Dec 08, 2006 9:51 am
Forum: FV-1 software questions
Topic: xor functionality
Replies: 4
Views: 10881

xor functionality

I new at this, so please excuse my basic question. I want to toggle a variable between two states. The following code doesn't seem to work. What gives?

clr
or 1
wrax toggle, 0 ; toggle = 1
.
.
.
ldax toggle ; flip toggle
xor 1
wrax toggle, 0