Recent content by Vectorspace

  1. V

    Absolute Value of e(i): Why is it Equal to 1?

    Thank you very much buddy. :-)
  2. V

    Absolute Value of e(i): Why is it Equal to 1?

    Why does |e^i| = 1 ?
  3. V

    Engineering Future of Electrical Engineering: In-Demand Sub-Fields and Job Market Insights

    Great question. I'm curious as to whether signal processing is a hot sub field of EE to go into.
  4. V

    What is the significance of Laplace Transform in determining system stability?

    Isn't it that when \sigma \neq 0 means the poles do not lie on the unit circle in the pole zero plot?
  5. V

    What is the significance of Laplace Transform in determining system stability?

    In systems it is used to figure out the stability of the system. s = \sigma + j\omega But usually that \sigma = 0
  6. V

    Differential Equations or not That is the Question

    Don't skip calc 2. Series are used extensively when you get to Fourier.
  7. V

    Devry University EE Masters Program: ABET Evaluation

    Devry University online has a Master's program for Electrical Engineering. The degree is not yet ABET accredited. I talked to someone at Devry and they said that ABET was going to evaluate the program and possibly put the stamp of approval on it (become accredited). Has anyone heard about this?
  8. V

    Schools Getting into grad school with below 3.0 average?

    Why would accepting a student into grad school be a risk at all? Isn't university simply a business? Don't they want to get the money from that student? Please explain the risk thing. I am very interested.
  9. V

    Buy Tektronix TDS2024B Oscilloscope: Advice?

    What about a 60MHz bandwidth? Would that be suitable for most undergraduate EE projects? I am looking at the TDS2004B: http://www.tek.com/products/oscilloscopes/tds1000_tds2000/
  10. V

    Buy Tektronix TDS2024B Oscilloscope: Advice?

    Hey berkeman. Is 100MHz Bandwidth OK for most purposes, or is it simply a no-brainer to purchase a 200MHz Bandwidth if one is to purchase an Oscilloscope?
  11. V

    Solving Simple C Problem with Text Input/Output Files

    Can anyone help me? Those semi-colons after the if statements shouldn't be there. i.e. if((namefp=fopen("c:\\Users\\Steve\\gpas.txt","w") ) == NULL);
  12. V

    Solving Simple C Problem with Text Input/Output Files

    What do you mean the "real" location?
  13. V

    Solving Simple C Problem with Text Input/Output Files

    The output should simply print out the data from those files. I am getting "Unable to open input file". So the first if statement is TRUE.
Back
Top