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 samir67

  1. S

    MATLAB exprnd function

    Here is the source file of exprnd function function r = exprnd(mu,varargin) %EXPRND Random arrays from exponential distribution. % R = EXPRND(MU) returns an array of random numbers chosen from the % exponential distribution with mean parameter MU. The size of R is % the size of MU. % %...
  2. S

    [SOLVED] Plot functions with MATLAB

    You have to edit "fplot" function then, change the instruction plot(xx,y,marker,'parent',cax) to semilogx(xx,y,marker,'parent',cax) that's all
  3. S

    Weibul Fading in Matlab

    See this link, maybe help you **broken link removed**
  4. S

    any body can help me for getting out put for the below MATlab program

    I helped a person which not need it. :sad: I'm very sorry for that !!!!! have a good day.
  5. S

    any body can help me for getting out put for the below MATlab program

    Your program is wrong, you must first, write a MATLAB script in which you declare S, t, and then call the function crossing with these parameters.
  6. S

    The following error occurred converting from gf to double

    help needed in matlab GF(X,M) creates a Galois field array from X in the field GF(2^M), for 1<=M<=16. The elements of X must be integers between 0 and 2^M-1. In your case for i=5 and 6, you have any out of range.
  7. S

    How to include a scatterplot in figure using subplot?

    Re: scatterplots Try this modified function scatterplot2.
  8. S

    problem in PIC16f877a (hardware)

    Tray to do this, drop R2 to 330Ω or 470Ω,
  9. S

    Multiuser detection -verdu

    See this link, you must register to download the file https://gigapedia.info/1/verdu+multiuser
  10. S

    What is Near-Far Effect in wireless communications??

    near-far effect See this link en.wikipedia.org/wiki/Near-far_problem

Part and Inventory Search

Back
Top