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 gfloros

  1. G

    how to read *.chm file in linux?

    There's a program called xchm. Have a look here... http://xchm.sourceforge.net/index.html Flo
  2. G

    Invert the vector in matlab? Why not y(5:1)=x(1:5)?

    matlab vektor invertieren It is very simple. If you have a matrix x=[1 2 3 4 5]; run the following script: for i=1:size(x,2) y(size(x,2)-i+1)=x(i); end and you will get the y you want. The function size() returns the size of the matrix x. Regards Flo
  3. G

    How to use the DSP C6416 library for project in CCS?

    Re: include library in CCS think i have the same problem. The CCS asks for a tmwtypes.h file and also prints a message cannot define chip. The prolem is that i do not have a main in my generated xx.c file to add the drivers Please help

Part and Inventory Search

Back
Top