Click here to Skip to main content
15,895,656 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Well, another week over... Pin
John R. Shaw5-Jun-20 11:35
John R. Shaw5-Jun-20 11:35 
GeneralRe: Well, another week over... Pin
englebart8-Jun-20 1:52
professionalenglebart8-Jun-20 1:52 
GeneralRe: Well, another week over... Pin
Rick York5-Jun-20 12:00
mveRick York5-Jun-20 12:00 
GeneralRe: Well, another week over... Pin
kalberts5-Jun-20 13:22
kalberts5-Jun-20 13:22 
GeneralRe: Well, another week over... Pin
Mircea Neacsu5-Jun-20 10:35
Mircea Neacsu5-Jun-20 10:35 
GeneralRe: Well, another week over... Pin
Gary R. Wheeler5-Jun-20 13:54
Gary R. Wheeler5-Jun-20 13:54 
GeneralRe: Well, another week over... Pin
Super Lloyd5-Jun-20 22:01
Super Lloyd5-Jun-20 22:01 
GeneralRe: Well, another week over... Pin
Member 129825586-Jun-20 3:21
Member 129825586-Jun-20 3:21 
well,
when I was working/playing in the field of compilers (long time ago), some set theory was used, however, when designing the different algorithms for the various treewalks (lots of tree walks and list processing) at least one eye was on the big O. Especially for one pass load and go compilers speed was essential (and at that time computers were not that fast) but optimizations were more related to clever programming than algorithms (e.g. the design of a set representation strongly depends on what you want to do with the set and its elements).

In my current (hobby) workingarea, software defined radio, both calculus and discrete mathematics are needed.
Processing samples - with lots of fourier transforms and some laplace transformations for the filters - is basically calculus oriented. Of course one needs to look at performance: you do not want to miss too many samples, but handling performance is also here more an engineering issue than an algorithmic issue.

Translating samples to bits and handling bits is - seen from a math position - different, viterbi decoding is a major component, as is Reed Solomon decoding, the latter using algebra (group theory). But also here, the final performance largely depends - next to selecting
decent algorithms - on clever programming and decent engineering.

But fortunately, for most of these "math" components there exists libraries (and one
can write its own),

But, the math, both the calculus and the discrete math, are basically fun to understand
and it is always a learning experience to write a library component for it.
GeneralRe: Well, another week over... Pin
W Balboos, GHB7-Jun-20 2:12
W Balboos, GHB7-Jun-20 2:12 
GeneralRe: Well, another week over... Pin
CodeZombie628-Jun-20 6:56
CodeZombie628-Jun-20 6:56 
QuestionDrone recommendations Pin
ZurdoDev5-Jun-20 9:16
professionalZurdoDev5-Jun-20 9:16 
AnswerRe: Drone recommendations Pin
Jörgen Andersson5-Jun-20 9:51
professionalJörgen Andersson5-Jun-20 9:51 
GeneralRe: Drone recommendations Pin
ZurdoDev5-Jun-20 10:00
professionalZurdoDev5-Jun-20 10:00 
GeneralRe: Drone recommendations Pin
Garth J Lancaster5-Jun-20 16:20
professionalGarth J Lancaster5-Jun-20 16:20 
GeneralRe: Drone recommendations Pin
Jörgen Andersson6-Jun-20 3:59
professionalJörgen Andersson6-Jun-20 3:59 
GeneralRe: Drone recommendations Pin
Garth J Lancaster6-Jun-20 16:01
professionalGarth J Lancaster6-Jun-20 16:01 
GeneralRe: Drone recommendations Pin
Jörgen Andersson6-Jun-20 20:44
professionalJörgen Andersson6-Jun-20 20:44 
AnswerRe: Drone recommendations Pin
John Torjo7-Jun-20 22:27
professionalJohn Torjo7-Jun-20 22:27 
AnswerRe: Drone recommendations Pin
stephen.hazel8-Jun-20 5:07
stephen.hazel8-Jun-20 5:07 
GeneralRe: Drone recommendations Pin
ZurdoDev8-Jun-20 6:09
professionalZurdoDev8-Jun-20 6:09 
Generalis it me? Pin
pivertt5-Jun-20 4:43
pivertt5-Jun-20 4:43 
GeneralRe: is it me? Pin
Richard Deeming5-Jun-20 4:49
mveRichard Deeming5-Jun-20 4:49 
GeneralRe: is it me? Pin
Jalapeno Bob5-Jun-20 6:34
professionalJalapeno Bob5-Jun-20 6:34 
GeneralRe: is it me? Pin
Richard Deeming5-Jun-20 7:05
mveRichard Deeming5-Jun-20 7:05 
GeneralRe: is it me? Pin
W Balboos, GHB5-Jun-20 7:25
W Balboos, GHB5-Jun-20 7:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.