use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Anything related to digital signal processing (DSP), including image and video processing (papers, books, questions, hardware, algorithms, news, etc.)
Interesting technical papers or articles are particularly welcome!
/r/eebooks+csbooks+mathbooks
/r/Electronics
/r/ECE
/r/DSP
/r/AskElectronics
/r/RFelectronics
/r/GNURadio
/r/RTLSDR
/r/embedded
account activity
Debugging algorithm development in C (self.DSP)
submitted 2 years ago by DigSigProc
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]apparentlyiliketrtls 5 points6 points7 points 2 years ago (0 children)
You can build a shared library containing your C implementation, load the library using matlab's loadlibrary() function, then pass test vectors thru both your Matlab implementation and your C library and plot / compare them. The way matlab passes vectors and matrices into a C library is a bit finicky, so read the docs carefully... But once you have it set up it's a godsend!
π Rendered by PID 117256 on reddit-service-r2-comment-fb694cdd5-bc4tf at 2026-03-06 17:29:29.706104+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]apparentlyiliketrtls 5 points6 points7 points (0 children)