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 meto

  1. M

    image processing problem

    I use fast hough transform for barcode localization .However , if i apply this transform, i obtain above figure .I wanna obtain the exact barcode area using this figure for decoding
  2. M

    image processing problem

    I have an image which contains barcode. My algorithm find barcode area but not exact barcode area . Now I wanna find the start and finish pixel values of the barcode in horizontal line
  3. M

    image processing problem

    i can find the barcode area in the image but this area not only contains the barcode , i wanna find the start and finish pixel of the barcode. How can i find these
  4. M

    gaussian white noise process and autocorrelation

    gaussian white noise process how to find autocorrelation Rv(τ) v(t)=w(t)*cos(2Πft+Φ) Φ and w(t) independent w(t) gaussian white noise process Thanks
  5. M

    Encoding and Decoding Touch-Tone Signals

    Matlab code is here.I hope that this code is useful for you
  6. M

    Passing arguments between functions in Matlab

    Re: Matlab help For exp. let say your function name "help" then [xout,yout]=help(ar1,ar2,ar3) ar1,ar2 and ar3 your input argumants and also xout and yout are your return values.you can call this function like this >>[xout,yout]=help(1,2,3) then command returns outputs values
  7. M

    How to generate 100 sample data using the AR(1) model?

    how to generate 100 sample data using the AR(1) model?I have generated but I don't know this code is true or not.And also how can i calculate the autocorrelation matrix? "a=0.5; n=0.001; x(1)=100; for k=2:100 x(k)=a*x(k-1)+n; end"
  8. M

    linear algebra question

    Hi everybody How I can generate basis vectors for a 8x8 matrix which is known?I think that first colon of the matrix is basis and others colons are also basis for a 8x8 matrix.This is true or not . Thanks
  9. M

    spline smoothing and regularization

    hi everbody what are the differences btwn spline smoothing and regularization? and if you have related ducments, please send me Thanks
  10. M

    what are the differences btwn spline smoothing and regulariz

    Hi everbody what are the differences btwn spline smoothing and regularization?
  11. M

    implementation of backprop using tansig doesn't work proper

    tansig network -------------------------------------------------------------------------------- Thank u your reply but my data set values are btwn -1 and 1 so i must use tansig.If i use matlab toolbox (chosen tansig),there isn't any problem .Thus tansig must work my matlab code.
  12. M

    implementation of backprop using tansig doesn't work proper

    tansig Hi I'm implementing an NN using Matlab to learn the XOR problem: - in in out -1 -1 -1 1 -1 1 -1 1 1 1 1 -1 Its a multi-layer feedforward network, and the neurons are either unipolar 'logsig' or bipolar 'tansig' neurons. It learns succesfully using logsig neurons, but with tansig the...
  13. M

    image processing c source

    hi everbbody i wanna know there are any c source codes for reading image ,binary morphology etc and if there are ,how to get these Thanks
  14. M

    How to make a co-planar wave guide in HFSS?

    Hi everybody, I wanna co-planor wave guide in HFSS but I don't have any ideas about this .(This wave guide connected the micro-strip antenna it is used for feeding ).Thanks
  15. M

    How to convert the Hough plane to straight line image?

    Hi everybody I wanna find the straight lines in the image by using hough transform.I map the image to hough plane but how to convert the hough plane to straight line image

Part and Inventory Search

Back
Top