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 goosecool

  1. G

    RTOS for pentium 1 laptop

    rtos pentium Hi, I have an old pentium laptop probably 133 Mhz with about 32 Megs of RAM. Is there any free RTOS that I can install on this system to play around with? Thanks, Goosecool
  2. G

    CCNA: Fast Pass by Todd Lammle

    ccna books Thanks for the book.
  3. G

    Why checking UGS QoS using ping give more roundtrip delay than BE?

    I am trying to check the roudtrip delay for 2 different QoS classes, UGS and BE. Intuitively, UGS should give less roundtrip delay than BE but I consistently see that its the other way around. Now I know that Ping uses TCP which may not be the best way to measure but still I would like to have...
  4. G

    What is the latest C++ compiler you recommend?

    ide digitalmars rapidshare i m surprised no one mentioned eclipse c++ ide. you can get it from www.eclipse.org.
  5. G

    why FFT used in matlab???

    solving fourier transform matlab Your question should have been what is the purpose of FFT in general? Matlab is just a programming/testing environment for mathematical modelling so they provide FFT as a tool. What's important to know is that they use an algorithm called FFTW (Fastest Fourier...
  6. G

    Difference between convolution and multiplication.

    unit impulse multiplication I would like to differ here, if a sequence is written in its difference form then there is a one to one mapping between this difference equation and its z transform, z^-1 corresponds to a delay by one, if you extend it to the entire sequence then convolution does...
  7. G

    Difference between convolution and multiplication.

    multiplication and convolution I think you are completely confused .. there are continuous signals and discrete signals, then there are systems with finite or infinite impulse resonse. infinite impulse response does not mean infinite amplitude, it means that a certain system has an infinite...
  8. G

    cosine of a variable with out using Math.h

    this should be simple .... use the infinite cosine series formula in x, any engineering math book should have the formula, go upto 4th or 5th degree for sufficient precision.
  9. G

    Difference between convolution and multiplication.

    convolution multiplication multiplication is usual multiplication one constant times another, convolution is polynomial multiplication which is multiplying 2 polynomials.
  10. G

    Diff b/w single carrier and multicarrier comm.?

    Traditional communication systems like AM and FM were essentially single carrier systems because the information modulated just one carrier and was transmitted. There was just one oscilator which fed the carrier signal. In multicarrier systems there are oscilator banks (eg. fdm very old way...
  11. G

    How does IFFT modulate in OFDM transmitter?

    Re: Question:FFT in OFDM -- you should actually try to understand the concept of guard period here. cyclic prefix guard period is needed to simplify the channel estimation process while providing temporal separation between the ofdm symbols to mitigate multipath interference. the concept...
  12. G

    OFDM - Frequency Selective Fading

    ofdm fading You cannot use the Matlab conv here but if you really understand the convolution technique here's what you can do. 1. pre-pend and append n-1 zeros to your post-ifft ofdm signal. n = channel length 2. form an n-length vector from the zero-appended ofdm signal. 3. start a loop for m...
  13. G

    A network configuration problem

    Hi guys, I am stuck in an unusual situation. I have a belkin wireless router with a usb printer port and a usual cat5 cable coming from my office network. I want to setup a private wireless lan using the belkin router to setup some computers in such a way that only they have access to a printer...
  14. G

    How to program "myvariable=address of data structure" in C?

    Pointer issue depends on the microcontroller .... if an address variable ie a pointer in your case has the same size as a long int or default int, you can do a typecast as shown in the previous post
  15. G

    Perl question regarding regular expressions

    Hi all, I am not sure if Perl is included under PC programming languages section. Anyways I have a question regarding regular expressions. I have a file with SQL insert statements. Some of the statements have three commas in a row like ,,, and I want to use regular expressions to substitute...

Part and Inventory Search

Back
Top