Skip to content

Robust MIMO Example - Fix computation of Sigma #406

@rega0051

Description

@rega0051

sjw = (m*np.exp(1j*p*np.pi/180)).transpose(2, 0, 1)

freqresp returns the phase already returns the phase in units of radians.
Computation the complex response should be:
sjw = (m * np.exp(1j * p)).transpose(2, 0, 1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions