Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

Contact Us

3 comments:

  1. I have a problem with the complex number
    comp=a+ib
    a1+ib1
    a2+ib2
    ...
    ...
    ..
    an+ibn
    then I separated the real signal about the imaginary signal like this;
    real(comp)
    imag(comp)
    the result is
    a
    a1
    a2
    .
    .
    an
    and
    b1
    b2
    .
    .
    bn
    my problem how can I put the sequence the real signal after imag signal as the follow
    a
    a1
    a2
    .
    .
    an
    b1
    b2
    .
    .
    b2n

    ReplyDelete
  2. Please help me create Matlab code for simple Antenna Array(plot Gain , Elevation, and Azimuth)

    ReplyDelete
  3. Hello everyone. I have a device called LimeSDR which I can program and control using MATLAB. What is available for me to program and control is a set of registers, memory banks, if you will, and these registers belong to the LimeSDR. Now each register is associated with a hexadecimal address as well as a hexadecimal value. Now setting a value to each register finally results in one obtaining a settings file called "something".ini. Now my question is this: Is there a way in MATLAB, by which I can find an optimal settings configuration, thereby an optimal settings file which will help program or control the LimeSDR in order for it to produce a desired response? The desired response is that the Frequency domain as well as the Time domain Input to the device should be nearly the same as the output. The LimeSDR is a Software Defined Radio, for those of you who don't know, and, it contains a RF Transceiver, if this should help. All suggestions are welcome. Thank you.

    ReplyDelete

Popular Posts