Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Max Planck

  1. M

    Uniform Distribution and Gaussian Distribution

    It is very good question. Usually to decide which distribution should be used we must conduct an experiment (in fact, scientists did it for us). Many phenomenons has a Gaussian distribution because of Central Limit Theory, i.e. given phenomenon (e.g thermal noise) is a compound of many principle...
  2. M

    Digital Communications by Ian Glover/Peter Grant

    I think latter one is better.
  3. M

    research topics in digital communications

    I think Software Defined Radio is very interesting topic for research.
  4. M

    how i use this matlab functionwhen it is saying undefined....

    Look this: https://www.mathworks.com/matlabcentral/fileexchange/4456-electromagnetic-waves-antennas-toolbox/content/multidiel.m
  5. M

    Why orthogonal signals don't interfere?

    Receiver calculates inner products of received signal with each basis signal. For orthogonal signals inner product is equal 0. It is the first method (called correlation receiver), the second one is a bank of matched filters (filters which are matched for each basis signal). In fact both methods...
  6. M

    How to get transfer H(s) function out of impulse response

    If ROC of H(s) contains jw axis You can apply the substitution s = jw to get H(jw).
  7. M

    How to get transfer H(s) function out of impulse response

    Try this: t=[0:0.1:10]; y= 3*exp(-3*t) + 5*exp(-2*t) + exp(-t).*(4*cos(3*t) + 6*sin(3*t)) + exp(-4*t); plot(t, y); However I think You should read something about Matlab.
  8. M

    How to get transfer H(s) function out of impulse response

    H(s) = L{h(t)}, where L{} is the Laplace transform.
  9. M

    Differences between Haykin's books

    Hi, I know there are two Haykin's communication books: "Communication Systems" (I have 3 ed) and "An Introduction to Analog and Digital Communications". Could You tell me what are the differences between them? Is it worth to buy latter one?
  10. M

    Forming Radio receiver using matlab

    Few days ago a book related to the topic was published (Cambridge Press). Its title is "Software Receiver Design: Build Your Own Digital Communication System in Five Easy Steps". Unfortunately i haven't read it yet because I ordered it two days ago and I get it for a few days. Software Receiver...
  11. M

    Theory question: freq, mag response

    Authors use H(e^jw) to emphasize that a frequency response (magnitude and phase) is periodic with a period 2pi. This notation is adequate for discrete-time systems.
  12. M

    Multi-path propagation phenomena from EM waves point of view ?????

    Hi There is no another explanation besides the fact that EM wave has many different ways in which it can reach a receiver antenna. Arrival time depends on the path which EM wave must travel, and because there is many such paths you have many copies of original signal. That's all.
  13. M

    DSP using MATLAB books

    Sanjit Mitra: "Digital Signal Processing. Computer-based approach." Vinay Ingle, John Proakis: "Digital Signal Processing Using MATLAB" Paulo Diniz, Eduardo da Silva, Sergio Netto: "Digital Signal Processing: System Analysis and Design" Robert Schilling: "Fundamentals of Digital Signal...
  14. M

    How to add AWGN to signal using Octave coding...

    Well, I think You should install Octave ver. 3.2.4 for Windows, then run it, and type: pkg load communications. There is no need to install communications package separately because it's installed by default. That's all. Octave for Windows You can find here: Octave-Forge
  15. M

    What is the digital circuit equivalent of a capacitor??

    Hi SanjayKKK I think that is inversely, ie. a capacitor works as an accumulator (integrator) and an inductor works as a differentiator (providing that You think about a voltage as an output signal). I would rather write: y = [f(x + h) - f(x)]/h. If You think about h as a unit increase previous...

Part and Inventory Search

Back
Top