Skip to content

Just wondering how to calculate the pre-calculate lookup table in the script #1

Description

@zzwei1

As you mentioned in DualPol_simulator.jl,

Pre-calculated using T-matrix scattering code from Mishchenko (2000)

s_amp = Array{Complex64}(16,2)
s_amp = [ [5.93590e-05+(3.07940e-07)im] [-5.94150e-05+(-3.08530e-07)im]
[4.70300e-04+(2.29610e-06)im] [-4.76460e-04+(-2.35930e-06)im]
[1.55640e-03+(6.77020e-06)im] [-1.61730e-03+(-7.37320e-06)im]
[3.58870e-03+(1.28470e-05)im] [-3.86500e-03+(-1.54380e-05)im]
[6.77460e-03+(1.72310e-05)im] [-7.62290e-03+(-2.45720e-05)im]
[1.12570e-02+(1.34310e-05)im] [-1.33110e-02+(-2.91580e-05)im]
[1.71230e-02+(-9.24210e-06)im] [-2.13580e-02+(-1.72640e-05)im]
[2.44090e-02+(-6.71130e-05)im] [-3.21760e-02+(3.40790e-05)im]
[3.31110e-02+(-1.84310e-04)im] [-4.61260e-02+(1.67320e-04)im]
[4.31850e-02+(-3.96140e-04)im] [-6.34650e-02+(4.59880e-04)im]
[5.45400e-02+(-7.54470e-04)im] [-8.42680e-02+(1.05350e-03)im]
[6.70130e-02+(-1.33600e-03)im] [-1.08320e-01+(2.21210e-03)im]
[8.03320e-02+(-2.25460e-03)im] [-1.34920e-01+(4.44170e-03)im]
[9.40660e-02+(-3.67760e-03)im] [-1.62650e-01+(8.75570e-03)im]
[1.07580e-01+(-5.84290e-03)im] [-1.88770e-01+(1.73100e-02)im]
[1.20010e-01+(-9.05960e-03)im] [-2.08160e-01+(3.50790e-02)im]
[0.0+(0.0)im] [0.0+(0.0)im] ];

I can't figure out how to get the amplitudes as you did.Could you please give me some guidance?It couldn't be better if you shared the source code about calculating the amplitudes using T-matrix method.Thank you very much!
----From a freshman in radar meteological

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions