Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- I dont want abrupt change of new value. that's why I store the new value to a signal then do increment or decrement to that signal while my signal is going to output having a smooth transition. --- Quote End --- A more practical approach is running average filter, it does not need any mults, you just add say 8 samples together then discard 3 Lsb off result. If you are aiming at incrementing/decrementing by 1 you may either not have enough time to catch up or you have more gaps