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 LOSTINCITY

  1. L

    which is the best book in digital communication?

    refernece books on digital communication in my opnion , it is very helpful if u have the software systemview (now named systemvue) when u learn the digital communication . withe the soft u can get a good understanding what the textbook is talking about.
  2. L

    URG: How to get the data points from the fft plot of Matlab?

    u can use this ,suppose the input is x A = [x,abs(fft(x))]; then type in A
  3. L

    digital I/Q downconversion

    in my openion there is no diffrents between these. the second situation just a 180 degree phase shift of LO
  4. L

    matlab code for software radio reciever

    DIGITAL RECEIVER in my work i needed to deal with a signal with code rate of 125Mbps , can this work on digital receiver?
  5. L

    how to do quantize in C code?

    c code floor round function efficiency maybe this will help #define adbits double input[1023] max_x = max(input) min_x = min(x) for i =1:1023 y(i) = (x(i)-min_x)/(max_x - min_x) *2^adbts
  6. L

    What to use for designing a 500 Mbps QPSK modulator

    QPSK modulator Terriable , as i known , the demoulator is much more complex .In satellite communication the highest rate is 800mbps
  7. L

    Comparison of Matlab and C++

    is matlab is much slower than c i used to use matlab ,now i am using cpp + intel signal processing library it is wonderful !
  8. L

    about soft radio - any materials?

    about soft radio anyone have this book? Software Defined Radio : Architectures, Systems and Functions (Wiley Series in Software Radio) Hardcover: 454 pages Publisher: John Wiley & Sons (June 20, 2003) ISBN: 0470851643

Part and Inventory Search

Back
Top