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

Band of middle-frequency channels #6

Closed
zonca opened this issue Feb 28, 2020 · 2 comments
Closed

Band of middle-frequency channels #6

zonca opened this issue Feb 28, 2020 · 2 comments

Comments

@zonca
Copy link
Member

zonca commented Feb 28, 2020

@keskitalo @smsimon

my first assumption was that MFH meant middle-frequency-high, instead looking at s4sim
it looks like the 1 channels are low and the 2 channels are high:

import s4sim.hardware.config
c=s4sim.hardware.config.get_example()
for ch in ["MFHS1", "MFHS2", "MFLS1", "MFLS2"]:
    print(ch, c.data["bands"][ch]["center"])
MFHS1 95.0
MFHS2 155.1
MFLS1 85.0
MFLS2 145.1

can you please confirm s4sim is correct as it is now?

@smsimon
Copy link
Contributor

smsimon commented Feb 28, 2020

MFH is the higher of the two MF bands in the SAT. 1 and 2 indicate whether the band is 90 or 150 GHz. This is consistent with the other bands.

@zonca
Copy link
Member Author

zonca commented Feb 28, 2020

ok thanks!

@zonca zonca closed this as completed Feb 28, 2020
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

2 participants