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 cedance

  1. cedance

    customizing chapter and section Latex

    Hi guys, I am in dire need of some custom templat*ing* for *chapters* and *section*. I am not absolutely new to latex but have never worked in tweaking styles or the like. I have uploaded the images of the format I would like to have here: Chapter: https://img407.imageshack.us/i/chapter.jpg/...
  2. cedance

    matlab optimization or organization, how to?

    I have a toolbox before me, which has been developed for over an year by various developers. And, they are individual files, both .m and .mex extensions resulting in a huge amount of time to run them individually for the required analysis and to get the final result. therefore, I have been asked...
  3. cedance

    Question about one-way ANOVA statistics

    Hi, I wanted to know what is the difference in one-way ANOVA, when the number of sample = sample size = n is the same for different observations and for "unequal sample size"... If possible, any links would be really useful. thank you.
  4. cedance

    Write MATLAB and C code for Volterra Filter

    volterra matlab do you need some1 to write the code for you or do you need help with the implementation!!!?? there are efficient algorithms for implementation available in the IEEE proceedings, you could look up the algorithms and start coding in matlab or C++ and post your difficulties here...
  5. cedance

    How to run distributed toool box in Matlab?

    matlab question there is no shortcut to learn a toolbox. read the documentation PDFs that come along with the matlab package! cedance.
  6. cedance

    Do you believe that universe is built on some simple equations?

    Do you believe? I read somewhere in a magazine that with quantum physics even, there cant be a universal answer. I am being vague here coz i dont exactly remember in what context and i will cite the source sometime later when i go thro it again. however, my interpretation is that, if Maxwell...
  7. cedance

    Log response even harmonics

    do you mean distortion in the sine wave generators from logarithmic shaping schemes??? i dont understand what you mean by sine wave multiplied by a logarithm. it doesnt make sense to interpret it literally as log(a) * sin(t) where a is constant... cedance.
  8. cedance

    small Mathematica question

    these links may be of some help. its better to go thro' the materials yourself initially. http://avaxsphere.com/ebooks/mathematica_ebooks.html however, for your question these 2 pages give you the answer pretty convincingly i guess. **broken link removed** **broken link removed** cedance.
  9. cedance

    differential equations matlab

    Hi, i programmed a model in matlab which requires solving differential equations numerically. i used the commands options = odeset('AbsTol',1e-20,'RelTol',1e-4); [t y] = ode15s(@odes, [t1 t2], icval1, options); and wrote the eqns. I have attached the results where i expect a difference. In...
  10. cedance

    modulation transfer function

    Hi, How to calculate the Modulation Transfer Function (MTF) of an image? Does any1 know the algorithm or the method? I have the FFT of the (defocused) Image. I have to calculate the MTF now. thks, cedance.
  11. cedance

    Suggest me a book to start learning DSP

    Book suggest Personally I feel, if you have to go about understanding the nuances of DSP, you have to have a very clear understanding of the basics of Linear Algebra and Complex Analysis. So, if I were you, I would start with "Signals and Systems" by either Oppenheim or Haykins (Both are almost...
  12. cedance

    Fourier transform representation

    fourier transform representation Hi, I have an image whose fourier transform is plotted. Now, my project is more related to optics of the eye. So, I have to induce a "defocus" by implementing a bessel filter and then the usual process (transform of filter * transform of image and then taking...
  13. cedance

    power spectrum estimation

    Hi, I have an image whose power spectrum is to be estimated. I read in a couple of books that there r 2 methods to go about. 1) parametric and 2) non-parametric. One of these methods (non-paramteric) was the indirect method of getting the autocorrelation function and then taking the fourier...
  14. cedance

    Help me fix this Matlab code

    Help with this code what help exactly? u need the code to be explained or debugged?
  15. cedance

    Video lectures ... DSP

    Hi, Ok, took a couple of minutes to recollect. I tried again, worked successfully. First on the links displayed in the webpage, just click on them and use ur browser itself to download the .rm links which are a few bytes or Kilo bytes. Now, open this file using notepad... You will find a...

Part and Inventory Search

Back
Top