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 joshuashi

  1. J

    Matlab code for generating Rician Random Numbers needed

    rician channel matlab Perhaps you can refer to J.G. Proakis book: digital communication. Chapter 2.
  2. J

    Finding the Variance for Gaussian Channel.

    X^2 is the variance of the signal. It can be understood intuitively as the power of the signal (per bit or per symbol). For the QPSK case you mentioned, it should be 2. I think the equation you mentioned should be understood as: N0: noise power spectral density. Eb: signal energy per bit. var...
  3. J

    FFT frequency resolution

    I think you'll get a fine resolution (1/M)*fs. Then the new index should be (f0/fs)*M. Please verify it with a simple matlab code.
  4. J

    about the signal bandwidth...

    Pls take a look at the matlab function pwelch() and spectrum(). joshuashi
  5. J

    a question on linear algebra

    Hi mmatica, Thank you for the reply! But for a square matrix, how to understand the difference when you use eigenvalue decomposition and SVD decomposition? In particular, when this matrix is the covariance matrix of the signal received at an antenna array? - sorry for this question if you...
  6. J

    Generation of uniformly distributed random variable(Matlab)

    Re: needed help in MATLAB rand() in matlab generates the uniformly distributed random numbers. But if you need highly uniformly distributed random numbers, this funciton may be not good enough. Neither the rand function in c library. You need special algorithm to generate it.
  7. J

    a question on linear algebra

    Hi friends, For the same matrix A, we want to get its eigen value and eigen vector. What is the difference if we use eigenvalue decomposition and singular value decomposition? How to understand the difference of the results? Thank you very much for your help! joshuashi
  8. J

    Mathematics books, papers and lecture notes

    Re: Mathematics books Some in the list are actually not books but a paper or lecture notes. Some even do not have author's name. Make sure that the contents are corrrect when you read it or use it. regards, joshuashi
  9. J

    OFDM preamble detection ?

    I guess you need a sliding correlator to detect it.
  10. J

    I want to find the job in Germany

    Another way is to think about the headhunter. There are many such companies in Germany. joshuashi
  11. J

    Is there anyone here familliar with Matlab and C?

    I guess what you said is that in a C file you want to use data in a matlab array, right? If you want to setup a mex file for this purpose, you need a gateway function: void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) in this mexFunction, you can extract the data...
  12. J

    Is there anyone here familliar with Matlab and C?

    What is your problem, may I ask? regards, joshuashi
  13. J

    I want to find the job in Germany

    The following points are quite important in job applicaiton in Germany. First, if your resume is in German, it will have much more chance being 'noticed' among piles of applications. Second, during interview, if you could communicate in German and at least one of other languages, particularly...
  14. J

    Professor Strang's Class 18.06 Linear Algebra Lecture Videos

    Re: Professor Strang's Class 18.06 Linear Algebra Lecture Vi Hi *, Do know if there is any video for the course of probability and statistics? thx, joshuashi
  15. J

    Conferences held in the field of image and signal processing

    Re: conferences There are many conferences you can attend, such as ICASSP, ICIP etc. Simply go to www.ieee.org, you will find the interesting conferences. Regards, Joshuashi

Part and Inventory Search

Back
Top