Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Thanks kaz... though, can you please explain what is the disadvantage of checking the whole period of the input instead of checking only one half? Thanks --- Quote End --- just to save on counting. Either way it works. It is also much easier to check is sign bit changed value relative to previous value. than to check if sign bit changed then changed back.