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 artsil23

  1. A

    kalman filter simulation

    The link works. Here is the file located there.
  2. A

    Looking for access data to Springer

    Re: Springer Hi Dmitrij, I have access to several books from Springer, let me know what books you need and I'll try to get them. Regards Art
  3. A

    Step response and impulse response in DSP

    dsp impulse response you will find some examples at: http://en.wikibooks.org/wiki/Control_Systems/Transfer_Functions **broken link removed** **broken link removed** http://www.ee.nmt.edu/~wedeward/EE341/FA98/example10.html
  4. A

    Step response and impulse response in DSP

    step response When you apply a step function to your system, then you will get the step response. In you apply the derivative to this step response, then you obtain the impulse response, and then take the FFT of the impulse response to obtain the frequency response of the system. In another...
  5. A

    projects on DSP applications

    dsp related topics Hi Dmitrij I'm working with Adaptive signal processing. It sounds very interesting your research about EMD and SSA. I would really appreciate if your share all this information with us. Thanks.
  6. A

    Photonic Crystal Fiber Simulation help

    Thanks for your reply.I don't know if the demo of this software could be used to implement a simulation of photonic crystal fiber. VPI software has a simulation of a universal fiber, so I need to look all information (linear, non linear parameters, raman, etc.) about PCF, so I could simulate...
  7. A

    Photonic Crystal Fiber Simulation help

    I'm trying to simulate Photonic Crystal Fiber in the software VPItransmission Maker. Do you have used this software?. I need to find a good reference where I can get all parameters of this kind of fiber or a simulation with this software. Regards
  8. A

    error in dtft code of matlab

    matlab code for dtft this is because the inner matrix dimensions are not agree: x is 1x11 and (n'*k) is 10x501. you can arrange this if x is x=rand(1,10) or n=0:10. with the first case: x=rand(1,10); n=1:10; k=0:500; w=(pi/500).*k; X=x*(exp(-j*pi/500)).^(n'*k);
  9. A

    What is the Direct Memory Access?

    Re: DMA some meanings: DMA: Direct Memory Access DMA: Digital Media Adapter DMA: Direct Memory Addressing DMA: Display Memory At DMA: Distant Monitor Access DMA: Doctor of Musical Arts There are more...... it depends.
  10. A

    Suggest me a book to start learning DSP

    Re: Book suggest I prefer Mitra's book: Digital Signal Processing 3/e, Mitra, McGraw Hill, 2006
  11. A

    Looking for information about wiener filters

    wiener filter matlab code Here is one example from Haykin's book with matlab code included. If this information is helpful, please push the helped button. Thanks.
  12. A

    matlab adaptive noise cancellation

    matlab noise cancellation you will find a project with the matlab code : h**p://www.owlnet.rice.edu/%7Eryanking/elec431/
  13. A

    Looking for information about wiener filters

    wiener filter Here is a presentation. Please push the helped button. Thanks.
  14. A

    analog filter designe with matlab

    this is the link for a good book: "Design and Analysis of Analog Filters A Signal Processing Perspective " Useful Aspects of Design and Analysis of Analog Filters: A Signal Processing Perspective extensive use of MATLAB® throughout, with many homework problems involving the use of MATLAB. over...
  15. A

    What kind of signal is noise: power or energy?

    Re: Noise Periodic signals and random signals (or noise) are not energy signals because they have infinite energy.

Part and Inventory Search

Back
Top