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 Robinenemy

  1. Robinenemy

    Which software converts mp3 to ADPCM format?

    Re: Convert mp3 to ADPCM many softwares are available matlab is one of them it is easier to do it with wavread function
  2. Robinenemy

    physical meaning of convolution

    meaning of convolution convolution is physically expalined as shifting and multiplying of the sequences to obtain correlation(in case of + shift) or aggreagtion of coefficients at that time (t) in order to simplify the calculations
  3. Robinenemy

    need ur immediate help in this question

    use conv2 i think that might help CONV2 Two dimensional convolution. C = CONV2(A, B) performs the 2-D convolution of matrices A and B. If [ma,na] = size(A) and [mb,nb] = size(B), then size(C) = [ma+mb-1,na+nb-1]. C = CONV2(HCOL, HROW, A) convolves A separably with HCOL in...
  4. Robinenemy

    sound processing in Matlab

    It cannot be entirely done some of the music sounds also have freq components in the range of voice signals. Initial criterion should be freq based sepeartion of voice frm music PCA,Neural Networks,Wavelets,FFts use any of them ....................
  5. Robinenemy

    need Medical database

    Check for variuos university web sites which have done projects on Medical There they may have provided with the database they have used.
  6. Robinenemy

    Methods for data compression

    Re: data compression JPEG 2000 compression is based on Embedded Zero tree wavelet transform. But that is good for Images. Since you are dealing with data better try other wavelet functaions like haar,debucies,coieflets etc.
  7. Robinenemy

    what is the eye pattern in digital communication ?

    eye pattern diagram Horizontal opening of the eye signifies the timing jitters and vertical opening of the eye determines the diffrence between the logic High and logic low in case of the Digital Communication System.
  8. Robinenemy

    How to use function() in Matlab?

    Re: MATLAB Simulation There are lots to examples avaialable at mathworks.com/matlabcentral you can check it out
  9. Robinenemy

    can any one have good books for neural network and DIP

    www.ru.lv/~peter/ebooks.html This is a nice website for Neural Networks Books Regards Robin
  10. Robinenemy

    Help how to convert -ve image to +ve image using MATLAB

    You can take the absolute value using I = abs(I); where I is the image matrix Regards Robin
  11. Robinenemy

    which book is good for dsp??

    ~orfanidi/intro2sp/ Scientist & Engineer's Guide to Digital Signal Processing by Steven W. Smith
  12. Robinenemy

    dis allowing clients to change static ip

    Go to Network Forum maybe there you can get an answer
  13. Robinenemy

    Final MSc-thesis, intelligent topic selection, help needed!

    Re: Final MSc-thesis, intelligent topic selection, help need For Biometric Applications refer to this link **broken link removed**
  14. Robinenemy

    TI vs Analog: Which one has the better design environment?

    Re: TI vs Analog: Which one has the better design environmen I dont know abt Analog Devices but have worked with TI processors using Code Composer Studio IDE and found it quite user friendly
  15. Robinenemy

    Final MSc-thesis, intelligent topic selection, help needed!

    Re: Final MSc-thesis, intelligent topic selection, help need better go for speaker identification/verification which is quite a burning issue these days and can be used for Biometric Applications.

Part and Inventory Search

Back
Top