Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Wanderings in Electronics Et Cetera

Avatar for mandarg mandarg
March 07, 2013
1.1k

Wanderings in Electronics Et Cetera

A talk that I gave to the BITS Alumni Association at BITS Goa.

Avatar for mandarg

mandarg

March 07, 2013
Tweet

Transcript

  1. Perfect careers advice is nonsense No one can tell you

    precisely, “Do this, get that”  
  2. What courses helped? Math, Probability and Statistics Computer programming I/II

    Telecom Switching, DCN Signals and Systems, Digital Signal Processing
  3. What can I do? “Do CDCs that you like comprehensively,

    and not just for the exam” “Read research articles from IEEE journals, etc. for getting new ideas” “Learn programming languages and algorithms, specially as tools”
  4. What can I do? “ Learn tools like LaTeX, academic

    paper indexing systems, etc. if you want to work in academia.” “Study algorithms in detail, a course on these would help” “Operating system design, storage systems”
  5. General advice “ Try to do personal projects” “Meet your

    project guide frequently” “Write better reports in your courses” “Follow what you want to do instead of going for the highest-paying job”
  6. “Can anyone suggest me, which is the best way to

    convert MATLAB code into C and why so?” - Poster on a DSP group Ask better questions
  7. “ I have some MATLAB code that I want to

    convert to C for [reasons]. What would be the best way to go about doing this?” Ask better questions
  8. cut -f1 -d" " .bash_history | sort | uniq -c

    | sort -nr | head -n 30! Learn the Unix way find . –name *.pyc | xargs rm! git checkout –b new-branch!
  9. Read Research You are interested in a field. Good. Now

    read and completely understand one current research paper from that field