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 alinalin19832007

  1. A

    VHDL-AMS: Discontinuos problem

    This solution will filter a little bit the quantity (the slew rate).
  2. A

    How to set TMP libraries in IUS 6.1

    I have the following Error: Write path, for xxxx:schematic, could not be determined for netlisting. Check the write permissions for the xxxxx library or setup explicit or implicit TMP directories. How i will set the TMP directory? Thank you.
  3. A

    VHDL-AMS: Discontinuos problem

    use this and try to simulate it: architecture TEST of CNT is quantity VA1 across A1; quantity VB1 across IB1 through B1; quantity VC1 across IC1 through C1; quantity Q_1: real := 0.0; begin if RESET = '0' use VB1 == VA1-VB1'dot*1.0e-7; else VB1 == 0.0-VB1'dot*1.0e-7; end if; Q_1 == VB1*2.0...
  4. A

    How to plot this graph at MATLAB

    how to plot a graph in matlab between 1.8Mhz and ~~~2.5Mhz u will have ~this eq: (x-1.8Mhz)/(2.5MHz-1.8Mhz)=(y-38)/(15-38) and result is y=f(x) this is for red one ....
  5. A

    Looking for info about BER VS. SNR standard for GSM

    ber vs snr on the internet u will find a lot of papers about ber and snr and on mathworks u caan find some functions about ber
  6. A

    How to plot this graph at MATLAB

    matlab plot graph i think u can draw some equation from there using the equation of a line between two points(sory for my english) this is something like that: (x-x1)/(x2-x1)=(y-y1)/(y2-y1) for example for RED function : between 0MHz and ~1.8MHz ==> y=45 --- i think with this u will...
  7. A

    how to send e-mails through matlab?

    using matlab 2007b
  8. A

    how to send an e-mail through matlab to an yahoo adress?????

    I search on mathworks but they said there that cannot be send an -email through matlab to an e-mail address that need AUTHENTIFICATION DO you know if this problem can be solved , or please send me an example of e-mail address that don't need this authentification , or ...... thanks alin

Part and Inventory Search

Back
Top