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 anmol

  1. A

    How to use the output of polyphase FFT?

    Even i need help with PFFT. I'm unable to design the filter. Can you guide me how to make one?
  2. A

    Prototype filter for polyphase implementation

    I want to design a prototype filter for polyphase implementation. The polyphase uses FFT to analyze the spectrum. How should i go around the problem?
  3. A

    Looking for matlab code for plotting radiation pattern of broadside array antenna

    A manifold table is basically the response of all individual elements of an array for the signals coming from all the angles. i.e keep the array in the centre (say) and take a source (basically a signal), now rotate the source from 0 to 360 degrees (or as reqd.) and save the responses obtained...
  4. A

    ARRAY TO PHASED ARRAY ANTENNA!

    hi, i too am wrkng with antenna arrays (not hardware though) I need help in simulating a random antenna array. Pls help. my problem statement is: https://www.edaboard.com/threads/195100/#post817375 thnx
  5. A

    Arbitrary/ Randomly placed antenna array

    How should i create the manifold table for arbitrary array? array factor is given as AF(Θ,φ)=exp(jβ(x*sinΘcosφ+y*sinΘsinφ)) Θ=elevation φ=azimuth for creating manifold for azimuth, i keep Θ=90°, but when elevation manifold is created, if i keep φ=0°, y component goes off, when φ=90°, x component...
  6. A

    circular array designs (beamforming)

    Well, first you just need to define the array factor for circular array. LMS and RLS basically give weights that wil help in removing interference, noise or whatever. The array factor for a Uniform circular array is AF(theta, phi) = exp(j*(2*pi/lambda)*radius*sin(theta)*cos(phi-phi_n)) theta is...
  7. A

    Looking for matlab code for plotting radiation pattern of broadside array antenna

    For what kind of array antenna, linear, planar or circular? ---------- Post added at 07:41 ---------- Previous post was at 07:37 ---------- In case of linear array with m-elements, u can try this AF=exp(-j*(2*pi/lambda)*d*sin(AOA)*[M-1]); create a manifold table and multiply AF with it...
  8. A

    circular array designs (beamforming)

    Why do you want to apply RLS or LMS? Any particular reason.
  9. A

    Circular array ditribution

    goto IEEE explore and type Circular Array, you'll find plenty of them. Good amount of work has been done by RS ELIOT on Taylor Distributions
  10. A

    Taylor Pattern for Circular Array

    Unable to obtain sidelobe suppression in a Uniform Circular Array. The Taylor Coefficient is defined as Fm = Jo(pi*Um) *sqrt[ (1-Um/Zn^2)/(1-Um/Un^2)]; m=no. of elements n=side lobes Further: Please read on Taylor Distributions for Circular Apertures Pls Reply.
  11. A

    [SOLVED] FFT of given signal in matlab

    Try, t=0:Ts:10; y=x1+x2+x3; plot(t,abs(fft(y)));

Part and Inventory Search

Back
Top