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 MikuIyer

  1. M

    MS thesis In Telecommunication

    Hi, Digital communication + Wireless is a huge area in which you can find many topics to research on. If you are interested in any specific wireless technology say WiMax or LTE, type those key words in IEEE search and get idea on the developments done in last 2-3 years. Hope this helps. And...
  2. M

    Old Software Code Composer V4 (not studio)

    Hi, Does this help ? https://processors.wiki.ti.com/index.php/Download_CCS All CCS version download links are in it.
  3. M

    fft spectral analysis in mat lab

    Hi, Set the range for 'n' (as we are in discrete time domain), say n = [0:100] Compute values for the given signal x[n] in the above taken range. For spectral analysis, compute fft using fft(signal, N) and plot the abs value to get magnitude spectrum. Let me know if you need the code.
  4. M

    How to find out if the system is an LTI system or not from the impulse response h(t)?

    Check for time invariance and linearity (superimposition ) of the system. If both of these conditions are satisfied, then the system is LTI system.
  5. M

    Digital signal processor programming ??

    Hi, I recommend this pdf for CCS. https://www.ti.com/lit/ug/spru301c/spru301c.pdf Hope it helps.
  6. M

    LTE uplink physical layer on DSP

    Hi, TI board and related software are user friendly and easy to understand. Download code composer studio (In short CCS and it is free). Create a project in CCS. Add the source files to it. Connect the board to pc. Download code onto board, run it and start debugging. Hope this helps.

Part and Inventory Search

Back
Top