05-09-2012 04:56 PM
I have a square wave (1D array, DBL). I want to double its frequency. Can someone help ?
05-10-2012 05:37 AM - edited 05-10-2012 05:40 AM
detect every rising and fallig edge , on every change set a rising edge and a falling between the edges
in Hardware use a PLL 😉
or
decimate with 2 the data while keeping the samplerate
or
use halfe the (virtual) samplerate