home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / dsp / 2617 < prev    next >
Encoding:
Text File  |  1992-11-23  |  2.4 KB  |  56 lines

  1. Newsgroups: comp.dsp
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!ryelect!gauss!mzeytin
  3. From: mzeytin@gauss.NoSubdomain.NoDomain (Mehmet Zeytinoglu)
  4. Subject: Re: Communication Toolbox for Matlab
  5. Message-ID: <1992Nov23.192956.15460@ee.ryerson.ca>
  6. Keywords: MATLAB, Communication Toolbox
  7. Sender: mzeytin@gauss (Mehmet Zeytinoglu)
  8. Nntp-Posting-Host: gauss
  9. Organization: Ryerson Polytechnical Institute
  10. References: <1dngcgINN77a@hamblin.math.byu.edu> <levy.49@elaine.ee.und.ac.za> <1992Nov16.173447.29806@mcshub.dcss.mcmaster.ca>
  11. Date: Mon, 23 Nov 1992 19:29:56 GMT
  12. Lines: 42
  13.  
  14. We have developed a "Communications Toolbox" based on the Matlab code for
  15. classroom use.  It is used by students taking a 4th year communications
  16. course where the emphasis is on digital coding of waveforms and on digital
  17. data transmission systems.  The Matlab code that constitutes this toolbox
  18. has been in use for over two years.  
  19.  
  20. There are close to 100 "M-files" that implement various functions.  Some
  21. of them are quite simple and are based on existing Matlab M-files.  But 
  22. a great many of them has been created from scratch.  We also prepared 
  23. a lab manual (in TEX format) for the 7 simulations which the students 
  24. perform as the lab component of this course.  The topics of these simulations
  25. are:
  26.  
  27.     [1]. Probability Theory
  28.     [2]. Random Processes
  29.     [3]. Quantization
  30.     [4]. Binary Signalling Formats
  31.     [5]. Detection
  32.     [6]. Digital Modulation
  33.     [7]. Digital Communication
  34.  
  35. All these M-files are designed to work in synergy and communicate with each 
  36. other through the use of some global variables. (I know, it is not a very good 
  37. Matlab programming strategy, but it was the only solution we could think of 
  38. to isolate the student from  some unnecessary intricacies of simulation.)  
  39. These M-files can also be freely used with other Matlab M-files.
  40.  
  41. If anybody is interested send an e-mail to me so that I can provide a full list
  42. of M-files and a brief description of the function they implement (too long to 
  43. list here).
  44.  
  45. Regards,
  46.  
  47. =========================================================================
  48. Mehmet Zeytinoglu                      Voice:  (416) 979-5000 ext. 6479
  49. Department of Electrical Engineering   Fax:    (416) 979-5280
  50. Ryerson Polytechnical Institute        E-mail: mzeytin@ee.ryerson.ca
  51. 350 Victoria Street                            
  52. Toronto, Ontario
  53. CANADA, M5B 2K3
  54. =========================================================================
  55.  
  56.