Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 We3D25912yThat's cool. I might actually use it or grab some parts of it to make smth not so equally cool on FlipperZero, if there is not already a similar tool there... when I get to that, thanks for sharing =] We3D25912yThat's cool. I might actually use it or grab some parts of it to make smth not so equally cool on FlipperZero, if there is not already a similar tool there... when I get to that, thanks for sharing =]
- 
				
				 iceb10912yDSP was a class I took several times out of interest but never figured out how to apply to actual use lol iceb10912yDSP was a class I took several times out of interest but never figured out how to apply to actual use lol
- 
				
				@iceb
 
 Might not be your thing, but it's heavily used in embedded microcontrollers for, say, factory process automations and such.
Related Rants
- 
						
							 xjose97x20Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop. xjose97x20Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
- 
						
							 elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up... elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
- 
						
							 bikerwhocodes23Client : How much for the project? Me : $10,000 Client : I will give you $72. bikerwhocodes23Client : How much for the project? Me : $10,000 Client : I will give you $72.





For anyone interested in Digital Signal Processing, I wrote a little tool in C[1] that implements the FFT algorithm and takes audio samples to visualise the spectrum using raylib.
I might later add low pass and high pass filters.
[1]: https://github.com/mirimmad/FFTViz
random
c
project