Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better EPFD Support #7

Open
harrison-caudill opened this issue Feb 7, 2017 · 1 comment
Open

Better EPFD Support #7

harrison-caudill opened this issue Feb 7, 2017 · 1 comment
Assignees

Comments

@harrison-caudill
Copy link
Owner

harrison-caudill commented Feb 7, 2017

As defined by 47 CFR Part 25 Section 103, include appropriate computations for EPFD for compliance reports.

https://www.law.cornell.edu/cfr/text/47/25.103

@harrison-caudill
Copy link
Owner Author

harrison-caudill commented Jul 5, 2017

def _gso_victim_epfd(model):
    # http://famille.philippe.gerard.pagesperso-orange.fr/EPFD%20concept/Epfd%20conceptVfinale.htm
    # https://www.law.cornell.edu/cfr/text/47/25.208
    #
    # EPFD is, essentially, the PFD that would be required at the
    # victim's peak-gain angle to produce the same received power as
    # the sum of transmitters.
    #
    # We assume a single contributor, so:
    # Pr = pfd * Ar = epfd * Ar_max
    # epfd = pfd * Ar / Ar_max
    #
    # In log units:
    # epfd = pfd + Ar - Ar_max
    #
    # Alternatively, we can apply a correction term to the pfd
    # epfd_delta = Ar - Ar_max
    pass

@harrison-caudill harrison-caudill self-assigned this Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant