8 years, 11 months ago.

Variable digital output from 20KHz to 100KHz

I need to build and control variable digital output from 20KHz to 100KHz. Any ideas will be appreciated.

Thank you, Alex

1 Answer

8 years, 10 months ago.

PwmOut? If not, what are your exact requirements? Are you going to make a pseudo-random bitstream at that speed, you will need DigitalOut (or FastIO). If you are going to make tones at those frequencies, it makes sense to go for PwmOut (or FastPWM).