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 MSGHP

  1. M

    Why are we using n-well or p-well for layout?

    y n-well or p-well? one reason is that p-well technology is very expensive so most designs is based on n-well technology
  2. M

    Frequency Domain and "Final" Frequency

    if u meant that what is the frequency of sample N in spectrum. it depends on sapmling rate. according to the nyquist theorem samplin frequency must be at least 2 times of the most frequency of your signal. the final frequency is the half of the sampling frequency of your signal.
  3. M

    Problem with plotting the magnitude and phase response of a signal in Matlab

    new to matlab % your signal is alittle strange because it's complex and so your frequency response don't have symetri in magnitude an asymetry in phase a=0.88*exp(i*2*pi/5); % matlab use i instead of j nn=0:40; xn=a.^n; n=128; Xw=fftshift(fft(xn,n)); % u have to compute the frequency reponse...
  4. M

    'jumps' in phase response

    it can be proved that where magnetude is zero the phase jumpes (pi)
  5. M

    inverse FFT and impulse response with matlab

    did u made its phase correctly? your spectrim must have asymetry in phase. u can also use hilbert transform
  6. M

    stepper motor controll

    Hi u can easly an L297 as stepper motor driver and an L298 for driving.
  7. M

    10yrs of IT experience & now want to play with µcontroll

    if u want to work with AVRs have a look at **broken link removed** it could be usefull. also Proteus is a very good simulation software for microconrollers.
  8. M

    Opinions on working with dsPIC30F Family

    dsPIC30F Family I'm looking for a cheap programmer for dsPIC30F3014. i prefere to to make it myself.
  9. M

    how to microcontroller base (8051 or PIC ) DC motor control

    Take a look at Micro chip 'motor control design center' **broken link removed**
  10. M

    LPF in PLL -- Reasons explored??

    in fact a frequency detector multiplies its input. therefor in the out put we have 2 terms with 2 different frequencies f1+f2 and f1-f2 where f1 and f2 are the frequencies of input signals of detector. the LPF elleminates the term of f1+f2 frequency.
  11. M

    DFT of periodic impulse train

    for more detail refer to 'Discrete-Time Signal Proseccing' by Oppenheim
  12. M

    What is the ROC of Y(z) in this Z transform ?

    help required The output of a causal system is causal too. Y(Z) is the out put of a causal system so it must be right sided and its roc is out side of the outer most pole.
  13. M

    Opinions on working with dsPIC30F Family

    dsPIC30F Family Hi. I want to start with dsPIC30F3014. anybody work with it before ?
  14. M

    Why filters are described by impulse response?

    y filters r like this u can find some usefull e-books about "Discrete-Time signal processing" here: **broken link removed**
  15. M

    newbie question to DSP and frequency domain

    X(jw) is the frequency response of x(t). X(w) can be the same or it might be simple notatin of X(e^jw) that is the frequency response of x[n] ( discrete time signal).

Part and Inventory Search

Back
Top