1 / 80

vanced Signal Processing, Power & Control & Communication

vanced Signal Processing, Power & Control & Communication. 2 nd Session. MAT 14. Department of Electronics & Electrical Engineering I.I.T. Guwahati. August 30 2014. Me You Communication &

Download Presentation

vanced Signal Processing, Power & Control & Communication

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. vanced Signal Processing, Power & Control & Communication 2nd Session MAT 14 Department of Electronics & Electrical Engineering I.I.T. Guwahati August 30 2014

  2. Me You Communication • & • MATLAB by : Samdarshi Department of Electronics & Electrical Engineering I.I.T. Guwahati August 30 2014

  3. Plan of Talk • Objective of the Lecture • Randomness in communication • Lets modulate something ! • Limiting factors • BER/Outage : as performance evaluation tool • Simulating a Communication Link….Examples • Interference : a bottle-neck • Extras : f(time) EEE Department, I.I.T. Guwahati

  4. Plan of Talk • Objective of the Lecture • Randomness in communication • Lets modulate something ! • Limiting factors • BER/Outage : as performance evaluation tool • Simulating a Communication Link….Examples • Interference : a bottle-neck • Extras : f(time) EEE Department, I.I.T. Guwahati

  5. ? Why Simulation EEE Department, I.I.T. Guwahati

  6. ? Why Simulation In theory, there is no difference between theory and practice. But, in practice, there is. - Jan L.A. van de Snepscheut EEE Department, I.I.T. Guwahati

  7. Communication Toolbox • For the physical layer of communication systems !! • For designing of communications links, including source coding, channel coding, interleaving, modulation, channel models, and equalization • Comparison of your system with a wide variety of proven analytical results EEE Department, I.I.T. Guwahati

  8. Expected Background • The Basic Knowledge of the Communication system Primary components of a communication system Matlab Basics !! Channel , noise, fading Performance evaluation tools : BER, Outage Basic Probability theory EEE Department, I.I.T. Guwahati

  9. Introduction :Wireless networks Wireless Networks With Infrastructure Topology based Without Infrastructure Any practical Example ! Cellular Networks Ad-hoc Networks Wireless Sensor Networks EEE Department, I.I.T. Guwahati Example

  10. Components of Communication system • Analog Communications • Digital Communications EEE Department, I.I.T. Guwahati

  11. Analog Communication System This may be any analog signal such as Sine wave, Cosine Wave, Triangle Wave……………….. EEE Department, I.I.T. Guwahati

  12. Analog Modulation/Demodulation Functions ammodAmplitude modulation amdemodAmplitude demodulation fmmodFrequency modulation fmdemodFrequency demodulation pmmodPhase modulation pmdemodPhase demodulation ssbmodSingle sideband amplitude Mod ssbdemodSingle sideband amplitude DeMod EEE Department, I.I.T. Guwahati

  13. Digital World EEE Department, I.I.T. Guwahati

  14. Digital Communication EEE Department, I.I.T. Guwahati

  15. Source randintGenerate matrix of Uniformly distributed Random integers randsrcGenerate random matrix using prescribed alphabet randerrGenerate bit error patterns EEE Department, I.I.T. Guwahati

  16. Plan of Talk • Objective of the Lecture • Randomness in communication • Lets modulate something ! • Limiting factors • BER/Outage : as performance evaluation tool • Simulating a Communication Link….Examples • Interference : a bottle-neck • Extras : f(time) EEE Department, I.I.T. Guwahati

  17. Randomness • deterministic • Random ! Prediction in advance is not possible Specified function of time EEE Department, I.I.T. Guwahati

  18. Randomness • deterministic • Random ! Prediction in advance is not possible Specified function of time EEE Department, I.I.T. Guwahati

  19. Randomness • deterministic • Random ! Prediction in advance is not possible Specified function of time EEE Department, I.I.T. Guwahati

  20. Randomness • deterministic • Random ! Prediction in advance is not possible Specified function of time EEE Department, I.I.T. Guwahati

  21. Randomness • deterministic • Random ! Prediction in advance is not possible Specified function of time EEE Department, I.I.T. Guwahati

  22. Randomness • deterministic • Random ! Prediction in advance is not possible Specified function of time EEE Department, I.I.T. Guwahati

  23. Randomness • deterministic • Random ! Prediction in advance is not possible Specified function of time EEE Department, I.I.T. Guwahati

  24. Randomness • deterministic • Random ! Prediction in advance is not possible Specified function of time EEE Department, I.I.T. Guwahati

  25. Randomness • deterministic • Random ! Prediction in advance is not possible Specified function of time EEE Department, I.I.T. Guwahati

  26. Randomness • deterministic • Random ! Prediction in advance is not possible Specified function of time • Randomness in DoA EEE Department, I.I.T. Guwahati

  27. Randomness • Random variable ! • Introduction to Statistics and Econometrics • By Takeshi Amemiya EEE Department, I.I.T. Guwahati

  28. Randomness • Random variable ! Function • Statistics: An Introduction • By Roger Kirk EEE Department, I.I.T. Guwahati

  29. Randomness • Random process • Random variable ! Obtained by observing a random process @ fixed instant of time Consists of an ensemble (family) of sample functions, each of which varies randomly with time. EEE Department, I.I.T. Guwahati

  30. Random variables : type • Random variables : various distributions • Uniform distribution • Gaussian distribution • Exponential distribution • Rayleigh distribution • …………………………………. EEE Department, I.I.T. Guwahati

  31. RVs with Matlab • Uniformly distributed RVs • rand function • How to verify ? • Draw probability density function (pdf). How ! • Ksdensity function : Histogram EEE Department, I.I.T. Guwahati

  32. RVs with Matlab • Exponentially distributed RVs : exprnd function • Gaussian distributed RVs : randn function • Rayleigh distributed RVs : raylrndfunction EEE Department, I.I.T. Guwahati

  33. A Different Experiment ! • Adding ‘n’ same/different RVs ! • What will be the resultant distribution ? • Central limit theorem EEE Department, I.I.T. Guwahati

  34. Distributions • Unknown distribution ! (not in standard form) • Principles of Communication Systems Simulation with wireless applications • - By W.H. Tranter, K. Sam Shanmugan, T.S. Rappaport • & K.L. Kosbar EEE Department, I.I.T. Guwahati

  35. For Non-standard Distributions • Let say, distribution in hand : • 1st step is to find the CDF : EEE Department, I.I.T. Guwahati

  36. For Non-standard Distributions • Equating the distribution to the uniform RV U • So, Now we have : EEE Department, I.I.T. Guwahati

  37. For Non-standard Distributions • Further, solution for X : • But, we can also write : Why ? EEE Department, I.I.T. Guwahati

  38. This transformation is the initial step in the Box-Muller algorithm, which is one of the basic algorithms for Gaussian number generation. For Non-standard Distributions • Now, all is set to go for the Matlab code EEE Department, I.I.T. Guwahati

  39. This function uses, by default, the Mersenne Twister algorithm • by Nishimura and Matsumoto. Source randintGenerate matrix of Uniformly distributed Random integers randsrcGenerate random matrix using prescribed alphabet randerrGenerate bit error patterns EEE Department, I.I.T. Guwahati

  40. randintRandom Integer Syntax out = randint%generates a random scalar that is either 0 or 1, with equal probability out = randint(m) %generates an m-by-m binary matrix, each of whose entries independently takes the value 0 with probability ½ out = randint(m,n) %generates an m-by-n binary matrix, each of whose entries takes the value 0 with probability ½ EEE Department, I.I.T. Guwahati

  41. Example Statement :To generate a 10-by-10 matrix whose elements are uniformly distributed in the range from 0 to 7 out = randint(10,10,[0,7]) or out = randint(10,10,8); Results

  42. Example Statement :How to generate 0s and1s…. Randi out = randint(1,7,[0,1]) Results EEE Department, I.I.T. Guwahati

  43. Digital Communication EEE Department, I.I.T. Guwahati

  44. Digital Modulation/Demodulation pskmod Phase shift keying modulation pskdemod Phase shift keying demodulation fskmod Frequency shift keying modulation fskdemod Frequency shift keying demodulation mskmod Minimum shift keying modulation mskdemod Minimum shift keying demodulation qammodQuadrature amplitude modulation qamdemodQuadrature amplitude demodulation EEE Department, I.I.T. Guwahati

  45. Plan of Talk • Objective of the Lecture • Randomness in communication • Lets modulate something ! • Limiting factors • BER/Outage : as performance evaluation tool • Simulating a Communication Link….Examples • Interference : a bottle-neck • Extras : f(time) EEE Department, I.I.T. Guwahati

  46. Lets modulate something ! EEE Department, I.I.T. Guwahati

  47. Example • Modulation !! • Binary phase shift keying : BPSK • Matlab code EEE Department, I.I.T. Guwahati

  48. Digital Communication EEE Department, I.I.T. Guwahati

  49. Channels awgnAdd white Gaussian noise channel rayleighchanConstruct Rayleigh fading channel object ricianchanConstruct Rician fading channel object bscModel binary symmetric channel And many More………………………. awgnAdd white Gaussian noise channel EEE Department, I.I.T. Guwahati

  50. Plan of Talk • Objective of the Lecture • Randomness in communication • Lets modulate something ! • Limiting factors • BER/Outage : as performance evaluation tool • Simulating a Communication Link….Examples • Interference : a bottle-neck • Extras : f(time) EEE Department, I.I.T. Guwahati

More Related