Recent content by nada

  1. N

    Lagrange interpolation formula

    Anyone has a MATLAB code for lagrange interpolation and Barycentric , please help
  2. N

    How to Solve a Bessel Differential Equation Using Runge-Kutta in C?

    how can solve bessel equation by runge-kutta, beginning with positive value of x and y ,and y' (integrat forward and backwar in x )plot y with c language please help
  3. N

    Undergrad Describe FFT: Properties/Frequency Needed

    how can i make use of libraries available to do those in C++ to compute DFT also I would be so grateful if you could help me for numerical fourir transform of bessel function using FFT
  4. N

    Understanding FFT Results and the Importance of Replacing f0 in DFT Calculation

    I would be so grateful if you could help me with numerical Fourier of bessel function using FFT (with c if possible )or just the idea also why we should replaced f0 by 1/2(f0 +fn) before calculatin DFT
  5. N

    Graduate Bessel Function First Kind: Can Someone Help with C and RK Method?

    anyone could help me with writing a programme to compute bessel function first kind with C n=0,1,4 aslo soving Bessel Equation first kind by RK method with C
  6. N

    Basic question on the FFT in matlab

    hello -------------------------------------------------------------------------------- could you please help me with numerical solution by runge-kutta for bessel's equation with C Also how i can write programme to compute the series(bessel function) Jn(x) for n=0.1,4 for range of x...
  7. N

    Basic question on the FFT in matlab

    also anyone could help me with,invistigate of bessel'e equation using runge-kutta
  8. N

    Basic question on the FFT in matlab

    Any one could help me with , numerical Fourier transform of bessel's function using FFT in C language