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 Mina Ayman

  1. M

    Question about Y-parameters in a passive network

    Y-parameters The y-parameters relate the currents at 2-ports with the voltages: i1 = y11 v1 + y12 v2 i2 = y21 v1 + y22 v2 For a passive network (contains only R,L,C components and no transistors, dependant sources,....) The analysis leads to the fact that y12 = y21. For a symmetric network...
  2. M

    A description of chirp signal

    chirp signal detection The chirp signal is a simple sinusoidal wave that changes its frequency regularly over time. For more information and for the generation of chirp signal you can use MATLAB signal processing Toolbox and simply type >> help chirp CHIRP Swept-frequency cosine generator...
  3. M

    New to Digital Image processing : Help

    If you want an online easy and simple tutorial **broken link removed** But the best book in DIP at all is Digital Image Processing by Gonzalez and Woods. It is present as .djvu file on edaboard.com
  4. M

    Neural Network BackPropagation Training question

    I saw a similar application in the book "DIgital Image Processing" by Gonzalez concerning Object recognition and it said it is prefered to train the NN with clean patterns first and then with noisy patterns by this it can recongnize both. So the MATLAB application u are talking about may be...
  5. M

    Help me in Matlab and Wav File ** Will donate 100 points **

    wav filter matlab I think that I can detect the number dialed without using a LPF. Can I solve your problem without using a LPF or it's a must?
  6. M

    Need design equation for a horn antenna

    Antenna design There is a free e-book about antennas at the link https://www.ece.rutgers.edu/~orfanidi/ewa/ You can download ch. 17 for horn antennas. It contains also MATLAB files for antenna design
  7. M

    C code for band pass filter

    You can search for one in www.programmersheaven.com . This site contains a huge amount of free codes especially in C language
  8. M

    RC low-pass filter (matlab)

    MATLAB treats the impulse response h(t) as a discrete periodic signal whose period is the whole number of sample in h(t). This is done in order to be able to compute its Fourier transform which will be also discrete and periodic and of course will be totally different from H(w) you put directly
  9. M

    [REQ] I need a good book on Wavelets

    Here are some books on wavelets available on edaboard.com so you can get them easily (Excellent lectures)
  10. M

    Help me with image matching using Matlab 6.5

    Image Matching At first you will use the image aquisition toolbox to get the data for your images into MATLAB After that you will need an efficient pattern recognition algorithm implemented in MATLAB using neural networks or any other technique. You will find useful m-files on MATLAB site at...
  11. M

    Question on amplitude modulation

    amplitude modulation This is an Excellent book that will be very helpful to you in your communications study
  12. M

    Help me visualize the FDM technique

    how do u visualize FDM? You can visualize it as follows. Assume you have a big room and it can take 20 persons and every 2 of them want to talk with each other and they are located in the same room. You have two solutions (1) MAke the first two talk together and when they finish the second two...
  13. M

    Image Processing matlab problem!

    You can get the grayscale level or RGB data range of hairy spots and then perform a thresholding technique to separate the hairy spots and then you subtract them from original image
  14. M

    Ideas for DSP project and report topics

    DSP project and report You can write about channel equalization using DSP filters You can see 'Adaptive Filter Theory' by Simon Haykin. Chapter 5
  15. M

    what is the type of output of the FIR filter?

    The output of the FIR filter is a discrete signal calculated by the convolution sum between the input and the filter impulse response. You can design an FIR filter in MATLAB using the GUI of the filter design toolbox. The conversion to digital signal is the work of the ADC because it is the...

Part and Inventory Search

Back
Top