i dont get it :(Code:
discrete fourier transform (DFT) for uni team exercises
'random' unknown infrared square wave signal thing
![]()
can be DFT'd to heck showing us the prominent frequencies of the signal are 1 Hz and 3 Hz
![]()
tested with an arduino, sampled with python
thank bye
the PySerial library allows you to read serial ports, you just need to know what one and set the baudrate accordingly. one problem is that you have to decode the incoming strings/characters with utf-8 or you'll read it as b'512\r\n' instead of '512' iirchowd you get the data out of the arduino in a way that allowed you to make it into graphs
need to start iot stuff again give me motivationthe PySerial library allows you to read serial ports, you just need to know what one and set the baudrate accordingly. one problem is that you have to decode the incoming strings/characters with utf-8 or you'll read it as b'512\r\n' instead of '512' iirc
https://wiki.garrysmod.com/page/Global/DynamicLightHow do you make Dynamic Lights for RealCS weapons whenever you fire the gun?