Open navigation menu
Back to All Calculators
5G NR

5G NR GSCN Calculator

Convert a Global Synchronization Channel Number (GSCN) into its exact SS/PBCH block (SSB) reference frequency across 0–100 GHz.

1

Inputs

Live

Math

3

Related

Calculator

Input Parameters

Enter parameters and click Calculate to view results

Formula & Theory

Sub-3 GHz: F = N × 1.2 + 0.05 MHz; 3–24.25 GHz: F = 3000 + (N - 7499) × 1.44 MHz; 24.25–100 GHz: F = 24250.08 + (N - 22256) × 17.28 MHz

This formula is used to calculate antenna parameters for 5g nr gscn calculator.

The 5G NR GSCN Calculator converts a Global Synchronization Channel Number (GSCN) into the calculated SS/PBCH Block (SSB) reference frequency. It accepts integer GSCN values from 2 through 26,639 and automatically selects one of three frequency-range equations based on the entered value.

GSCN is associated with the 5G NR synchronization raster. The synchronization raster defines frequency positions at which an SS/PBCH block can be located for system acquisition. 3GPP TS 38.104 defines the global synchronization raster using different frequency relationships for 0–3 GHz, 3–24.25 GHz, and 24.25–100 GHz.

This calculator is designed to make that frequency calculation fast and easy. Enter a GSCN such as 7711 for a mid-band example or 22372 for an FR2/mmWave example, and the calculator returns the calculated SSB reference frequency in both MHz and GHz.

It also identifies the applicable synchronization-raster step and provides a spectrum designation such as FR1 Sub-3 GHz, FR1 Mid-Band / C-Band, or FR2 mmWave.

Quick answer: A 5G NR GSCN Calculator converts a GSCN into its corresponding calculated SSB reference frequency using the applicable global synchronization-raster equation.


What Is GSCN in 5G NR?

GSCN stands for Global Synchronization Channel Number. In 5G NR, it provides a numerical identifier associated with a position on the synchronization raster.

The synchronization raster is important during initial cell search. A user equipment (UE) needs to locate synchronization signals before it can acquire the information required to access a 5G NR cell. 3GPP defines a global synchronization raster and associates frequency positions with GSCN values. The synchronization raster and SSB subcarrier spacing are then specified separately for individual operating bands.

This makes GSCN particularly useful when working with:

  • 5G NR network planning
  • SSB configuration
  • RF engineering
  • Network troubleshooting
  • Drive-test analysis
  • 5G cell measurements
  • Telecom education
  • Frequency-planning software

A GSCN should not simply be interpreted as a frequency in MHz.

For example:

GSCN 7711 does not mean 7711 MHz.

Instead, the GSCN is passed through the appropriate synchronization-raster relationship to determine the corresponding SS block reference frequency.

The distinction is important because 5G NR uses several different frequency numbering and reference systems.

GSCN vs NR-ARFCN

GSCN and NR-ARFCN are not interchangeable.

GSCN is associated with the synchronization raster and SS/PBCH block reference position, while NR-ARFCN is used as a channel-frequency numbering mechanism.

In practical network engineering, you may encounter both values in configuration files, test equipment, logs, or planning documents. Treating them as the same parameter can lead to incorrect frequency calculations.


How the 5G NR Synchronization Raster Works

A synchronization raster provides defined frequency positions for SS blocks. The global raster is divided into different frequency ranges, and each range uses its own mathematical relationship between frequency and GSCN.

For the global raster covered by the calculator, the three major ranges are:

Frequency RangeGSCN RangeFrequency Step
0–3 GHz2–74981.2 MHz base spacing
3–24.25 GHz7499–222551.44 MHz
24.25–100 GHz22256–2663917.28 MHz

The underlying 3GPP table specifies the first range using an expression involving N, M, and a 50 kHz term; the second range uses 1.44 MHz spacing; and the third uses 17.28 MHz spacing.

The calculator simplifies the user experience by looking at the entered GSCN and automatically choosing the appropriate branch.

FR1 Sub-3 GHz

The first branch covers the low-frequency portion of the global raster.

The calculator labels this:

FR1 Sub-3 GHz

and reports:

1.2 MHz Step (M × 50 kHz offset)

FR1 Mid-Band / C-Band

The second branch covers:

3 GHz to 24.25 GHz

The calculator labels this:

FR1 Mid-Band / C-Band

and uses a:

1.44 MHz Step

This range is particularly relevant to many 5G mid-band engineering scenarios.

FR2 mmWave

The third branch covers:

24.25 GHz to 100 GHz

The calculator labels this:

FR2 mmWave

and uses a:

17.28 MHz Step

The larger raster spacing at these frequencies is an important distinction when analyzing FR2 synchronization frequencies.


5G NR GSCN Calculator Formula

The calculator uses piecewise equations. In other words, there is not one single formula applied to every GSCN.

The calculator's implementation is:

Sub-3 GHz Formula

For GSCN values up to 7498, the implementation uses:

FSS_REF = N × 1.2 + 0.05 MHz

where:

  • N = entered GSCN
  • FSS_REF = calculated SSB reference frequency
  • 1.2 MHz = calculator's base raster step
  • 0.05 MHz = 50 kHz offset

The implementation corresponds to:


FSS_REF = GSCN × 1.2 + 0.05

For example, if the calculator receives:

GSCN = 100

then:

FSS_REF = 100 × 1.2 + 0.05 = 120.05 MHz

The result is:

120.050 MHz

or:

0.120050 GHz

Important Sub-3 GHz Note

For technical accuracy, the full 3GPP global-raster definition for the 0–3 GHz range is more specific than simply multiplying every GSCN by 1.2 MHz and adding 50 kHz. 3GPP defines:

SSREF = N × 1200 kHz + M × 50 kHz

with:

N = 1–2499

and:

M ∈ {1, 3, 5}

The GSCN relationship is also defined from N and M.

Therefore, the equation above should be understood as the specific calculation implemented by this calculator, including its fixed 50 kHz/M=1 assumption, rather than a universal replacement for the complete 3GPP mapping.

This distinction is especially important for engineers using the result for production network configuration.


3–24.25 GHz Formula

For GSCN values from 7499 through 22255, the calculator uses:

FSS_REF = 3000 + (N − 7499) × 1.44 MHz

where:

  • N = GSCN
  • 3000 MHz = lower reference point
  • 1.44 MHz = synchronization-raster increment

For example:

GSCN = 7711

First calculate the GSCN difference:


7711 − 7499 = 212

Then:

FSS_REF = 3000 + 212 × 1.44 = 3000 + 305.28 = 3305.28 MHz
Therefore:

SSB Reference Frequency = 3305.280 MHz

Converting MHz to GHz:

3305.280 ÷ 1000 = 3.305280 GHz

So the calculator returns:

3.305280 GHz

The 3GPP global raster defines this range as 3000–24250 MHz, with:

SSREF = 3000 MHz + N × 1.44 MHz

and GSCN values 7499–22255.


24.25–100 GHz Formula

For GSCN values from 22256 through 26639, the calculator uses:

FSS_REF = 24250.08 + (N − 22256) × 17.28 MHz

This branch is classified as:

FR2 mmWave

For example, consider:

GSCN = 22372

Calculate:


22372 − 22256 = 116

Then:

FSS_REF = 24250.08 + 116 × 17.28
FSS_REF = 24250.08 + 2004.48
FSS_REF = 26254.08 MHz
Convert to GHz:
26254.08 ÷ 1000 = 26.254080 GHz

Therefore:

SSB Reference Frequency = 26,254.080 MHz

or:

26.254080 GHz

The 3GPP global raster defines this frequency range from 24.25 GHz to 100 GHz, with a 17.28 MHz increment and GSCN values from 22256 to 26639.


How to Use the 5G NR GSCN Calculator

Using the calculator requires only one input: the GSCN.

Step 1: Enter the GSCN

Enter an integer between:

2 and 26,639

For example:


7711

or:

22372

Step 2: Calculate

The calculator automatically determines which GSCN range contains the input.

There is no need to manually select FR1 or FR2.

Step 3: Review the SSB Frequency

The calculator provides two frequency representations:

  • SSB Center Frequency (MHz)
  • SSB Center Frequency (GHz)

Step 4: Check the Raster Step

The result also identifies the applicable calculator branch:

  • 1.2 MHz
  • 1.44 MHz
  • 17.28 MHz

Step 5: Check the Spectrum Designation

The calculator returns one of the following classifications:

  • FR1 Sub-3 GHz
  • FR1 Mid-Band / C-Band
  • FR2 mmWave

This makes the output easier to interpret when you're working with a large list of GSCN values.


Real-Life Example: 5G C-Band Network Planning

Imagine a network engineer is reviewing a 5G NR mid-band deployment.

A configuration document contains:

GSCN = 7711

The engineer wants to determine the corresponding SSB reference frequency.

Because 7711 falls within:

7499–22255

the calculator selects the 3–24.25 GHz branch.

The formula is:

FSS_REF = 3000 + (N − 7499) × 1.44 MHz

Substitute 7711:


FSS_REF = 3000 + (7711 − 7499) × 1.44
FSS_REF = 3000 + 212 × 1.44
FSS_REF = 3305.280 MHz

The calculator therefore reports:

ResultValue
GSCN7711
SSB Center Frequency3305.280 MHz
SSB Center Frequency3.305280 GHz
Raster Step1.44 MHz
Spectrum DesignationFR1 Mid-Band / C-Band

Why This Matters in Practice

An engineer could use this result while reviewing:

  • SSB configuration
  • Network planning documents
  • RF measurement data
  • Drive-test logs
  • Vendor configuration parameters
  • Frequency-planning spreadsheets

For example, if a planning document lists GSCN 7711 but another document lists an unexpected SSB frequency, the calculator provides a quick mathematical reference for checking the relationship.

However, the calculated frequency should not automatically be treated as proof that a particular NR operating band supports that exact GSCN. The applicable synchronization-raster entries are also defined on a per-band basis. 3GPP specifically notes that synchronization-raster entries are defined separately for each operating band.


Real-Life Example: 5G mmWave Deployment

Now consider an engineer working with an FR2 deployment.

The engineer has:

GSCN = 22372

Because 22372 is between:

22256 and 26639

the calculator selects the FR2 branch.

The formula is:

FSS_REF = 24250.08 + (N − 22256) × 17.28 MHz

Substitute:


FSS_REF = 24250.08 + (22372 − 22256) × 17.28

The difference is:

22372 − 22256 = 116

Therefore:

FSS_REF = 24250.08 + 116 × 17.28
FSS_REF = 26254.08 MHz
Convert to GHz:
26254.08 ÷ 1000 = 26.254080 GHz
The calculator produces:
ResultValue
GSCN22372
SSB Center Frequency26,254.080 MHz
SSB Center Frequency26.254080 GHz
Raster Step17.28 MHz
Spectrum DesignationFR2 mmWave

Practical Applications

This type of calculation can be useful when:

  • Reviewing mmWave SSB configurations
  • Analyzing RF test results
  • Developing network-planning software
  • Checking engineering calculations
  • Teaching 5G NR synchronization concepts
  • Building automated telecom tools

The large difference between the FR1 and FR2 raster steps is immediately visible. The FR2 branch uses 17.28 MHz, compared with 1.44 MHz in the 3–24.25 GHz branch.


GSCN Range and Frequency Examples

The following examples illustrate how the calculator's implemented equations behave across the supported GSCN ranges.

GSCNCalculator BranchCalculated Frequency
100FR1 Sub-3 GHz120.050 MHz
1000FR1 Sub-3 GHz1200.050 MHz
7498FR1 Sub-3 GHz8997.650 MHz
7711FR1 Mid-Band / C-Band3305.280 MHz
8000FR1 Mid-Band / C-Band3721.440 MHz
22255FR1 Mid-Band / C-Band24248.640 MHz
22372FR2 mmWave26254.080 MHz

These values demonstrate the calculator's piecewise implementation.

There is an important detail at the transition between the second and third branches.

For:

GSCN = 22255

the calculator returns:

24248.640 MHz

For:

GSCN = 22256

the calculator switches to the FR2 formula and returns:

24250.080 MHz

This corresponds to the defined transition between the 3–24.25 GHz and 24.25–100 GHz global-raster ranges.


Understanding the Calculator Output

The calculator returns five results.

GSCN (N_GSCN)

This is the original integer entered into the calculator.

For example:

7711

SSB Center Frequency (MHz)

This is the calculated frequency expressed in MHz.

For GSCN 7711:

3305.280 MHz

SSB Center Frequency (GHz)

The same calculated value expressed in GHz:

3.305280 GHz

The conversion is:

GHz = MHz ÷ 1000

Sync Raster Step Size

This identifies the step used by the selected calculator branch.

Possible results include:

  • 1.2 MHz Step
  • 1.44 MHz Step
  • 17.28 MHz Step

Spectrum Designation

The calculator classifies the result as:

  • FR1 Sub-3 GHz
  • FR1 Mid-Band / C-Band
  • FR2 mmWave

This classification is based on the GSCN branch used by the calculator.


GSCN vs SSB vs Synchronization Signal

These terms are closely related but represent different concepts.

What Is an SSB?

An SS/PBCH block, commonly shortened to SSB, is a fundamental synchronization structure in 5G NR.

It includes:

  • Primary Synchronization Signal (PSS)
  • Secondary Synchronization Signal (SSS)
  • Physical Broadcast Channel (PBCH)
  • PBCH-related demodulation reference signal

The SSB enables a UE to perform important synchronization and system-acquisition operations.

What Is GSCN?

GSCN is the numerical identifier associated with the synchronization-raster frequency position.

Think of it as a standardized numbering mechanism for synchronization positions.

What Is SSREF?

SSREF is the SS block reference frequency associated with the synchronization-raster position.

The 3GPP specification defines the relationship between SSREF and GSCN. It also specifies the mapping between the synchronization-raster reference and the SS block resource element.

Why the Difference Matters

A useful mental model is:

GSCN → synchronization-raster position → SSREF

while:

NR-ARFCN → RF channel frequency numbering

These parameters can be related in a real network but should not be treated as identical.


Common 5G NR GSCN Calculation Mistakes

1. Treating GSCN as MHz

A GSCN of 7711 does not mean 7711 MHz.

The number must be interpreted using the applicable synchronization-raster equation.

2. Using One Formula for Every GSCN

The global raster uses different equations across different frequency ranges.

The calculator therefore uses three branches.

3. Ignoring the GSCN Boundaries

The calculator changes branches at:

  • 7499
  • 22256

Using the wrong branch can produce a dramatically different result.

4. Confusing GSCN and NR-ARFCN

GSCN and NR-ARFCN are different numbering mechanisms.

Do not substitute one for the other without performing the appropriate conversion or mapping.

5. Forgetting MHz-to-GHz Conversion

The calculator performs:

GHz = MHz ÷ 1000

For example:

3305.280 MHz = 3.305280 GHz

6. Assuming Every Mathematical Result Is a Valid Deployment Configuration

A frequency produced by a global-raster equation does not, by itself, establish that the corresponding GSCN is an applicable synchronization-raster entry for every NR operating band.

3GPP specifies synchronization-raster entries separately for operating bands.

7. Entering a Decimal GSCN

The calculator requires an integer.

For example:

7711 is valid input.

7711.5 is not.


5G NR GSCN Calculator Use Cases

1. 5G Network Planning

Network engineers can use GSCN-to-frequency calculations while preparing synchronization and RF planning documentation.

A planning workflow might start with a GSCN value and then use the calculated SSREF as a reference for further engineering analysis.

2. SSB Configuration Review

When reviewing a configuration, engineers can quickly calculate the expected frequency associated with a GSCN and compare it with documented values.

3. Drive-Test Analysis

Field engineers frequently encounter synchronization-related measurements when analyzing 5G cells.

A GSCN value can provide useful context when interpreting measurement records.

4. RF Troubleshooting

Suppose a test report contains:

GSCN = 7711

but an engineering spreadsheet contains a different expected synchronization frequency.

Running the GSCN through the calculator can quickly establish what the implemented formula produces.

That does not necessarily identify the root cause, but it provides a clean starting point for investigation.

5. Telecom Education

Students learning 5G NR can use the calculator to understand:

  • GSCN
  • SSB
  • synchronization raster
  • FR1
  • FR2
  • frequency conversion
  • piecewise equations

It is especially useful because changing the GSCN immediately demonstrates how the calculated frequency changes.

6. Software Development

Developers building telecom engineering applications can use the same piecewise logic in:

  • RF planning applications
  • Network dashboards
  • Configuration validators
  • Engineering calculators
  • Telecom analytics platforms
  • Educational tools

The deterministic nature of the equations makes them suitable for automated processing.


Why FR1 and FR2 Matter for GSCN

5G NR uses different frequency ranges with different radio characteristics.

For this calculator, the important distinction is how the global synchronization raster is divided.

FR1

FR1 covers the lower-frequency portion of 5G NR. The calculator separates its global-raster calculation into:

FR1 Sub-3 GHz

and:

FR1 Mid-Band / C-Band

The two calculator branches use different relationships.

FR2

FR2 covers the higher-frequency/mmWave region.

The calculator's FR2 branch begins at:

24.25 GHz

and uses:

17.28 MHz

spacing.

This is why a GSCN value in the 22,000 range should not be processed using the same equation as a low-frequency GSCN.

The frequency range determines the mathematical relationship.


Technical Validation and 3GPP Considerations

For engineering applications, the calculator should be treated as a calculation aid, not as a replacement for the applicable 3GPP specification.

3GPP TS 38.104 defines the global synchronization raster and GSCN parameters. Its table specifies:

  • 0–3000 MHz
  • 3000–24250 MHz
  • 24250–100000 MHz

with their corresponding SSREF equations and GSCN ranges.

The specification also makes an important distinction between the global synchronization raster and the synchronization-raster entries applicable to individual operating bands.

Therefore, before using a calculated frequency in a live network, verify:

  • GSCN validity
  • NR operating band
  • Applicable synchronization raster
  • SSB subcarrier spacing
  • SSB frequency restrictions
  • Carrier frequency
  • Channel raster
  • NR-ARFCN where relevant
  • Vendor-specific configuration requirements

Calculator-Specific Sub-3 GHz Caveat

This calculator implements the first branch as:

F = GSCN × 1.2 + 0.05 MHz

The full 3GPP global-raster equation instead represents the sub-3 GHz SSREF using N and M:

SSREF = N × 1200 kHz + M × 50 kHz

where M can take values 1, 3, or 5, subject to the specification's rules.

Consequently, the calculator's sub-3 GHz result should be understood as the output of its current implementation, rather than a complete implementation of every possible 0–3 GHz GSCN mapping.

This is an important distinction for professional RF engineering.


Frequently Asked Questions

What is a GSCN in 5G NR?

GSCN stands for Global Synchronization Channel Number. It identifies a position associated with the 5G NR synchronization raster and corresponding SS block reference frequency.

What does a 5G NR GSCN Calculator do?

It takes a valid integer GSCN and calculates the corresponding SSB reference frequency according to the calculator's implemented synchronization-raster equations.

How do I convert GSCN to frequency?

The calculation depends on the GSCN range. The calculator uses separate equations for sub-3 GHz, 3–24.25 GHz, and 24.25–100 GHz.

What is the GSCN formula for 3–24.25 GHz?

The calculator uses:

FSS_REF = 3000 + (N − 7499) × 1.44 MHz

For example, GSCN 7711 produces:

3305.280 MHz

What is the GSCN formula for FR2?

The calculator uses:

FSS_REF = 24250.08 + (N − 22256) × 17.28 MHz

For example, GSCN 22372 produces:

26254.080 MHz

What GSCN values does this calculator accept?

The calculator accepts integer GSCN values from:

2 through 26,639

What is GSCN 7711?

Using this calculator's 3–24.25 GHz equation, GSCN 7711 produces:

3305.280 MHz

or:

3.305280 GHz

The calculator classifies it as FR1 Mid-Band / C-Band.

What is GSCN 22372?

Using the calculator's FR2 equation, GSCN 22372 produces:

26,254.080 MHz

or:

26.254080 GHz

The calculator classifies it as FR2 mmWave.

Is GSCN the same as NR-ARFCN?

No. GSCN and NR-ARFCN serve different purposes. GSCN is associated with the synchronization raster, while NR-ARFCN is a channel-frequency numbering mechanism.

What does SSB mean in 5G?

SSB stands for SS/PBCH Block. It contains the synchronization signals and PBCH-related information used during 5G NR system acquisition.

Can I use this calculator for 5G mmWave?

Yes. The calculator includes an FR2 branch for GSCN values from 22256 through 26639.

Why does the raster step change?

The 5G NR global synchronization raster uses different frequency relationships in different frequency ranges. The calculator therefore uses 1.2 MHz-based logic below 3 GHz, 1.44 MHz in the 3–24.25 GHz range, and 17.28 MHz in the 24.25–100 GHz range.

Does a calculated GSCN frequency guarantee that the frequency is valid for a specific 5G band?

No. A calculated global-raster frequency should not automatically be interpreted as an applicable frequency for every NR operating band. Band-specific synchronization-raster entries and other 3GPP requirements must also be checked.


5G NR GSCN Calculator Quick Reference

ParameterCalculator Value
InputInteger GSCN
Minimum GSCN2
Maximum GSCN26,639
Sub-3 GHz branchGSCN ≤ 7498
Mid-band branchGSCN 7499–22255
FR2 branchGSCN 22256–26639
Sub-3 GHz calculator step1.2 MHz + 50 kHz offset
Mid-band step1.44 MHz
FR2 step17.28 MHz
Mid-band formula3000 + (N − 7499) × 1.44 MHz
FR2 formula24250.08 + (N − 22256) × 17.28 MHz
Frequency outputsMHz and GHz

Key Examples

GSCN 7711

3305.280 MHz

3.305280 GHz

FR1 Mid-Band / C-Band

GSCN 22372

26,254.080 MHz

26.254080 GHz

FR2 mmWave


Conclusion

The 5G NR GSCN Calculator provides a straightforward way to convert a GSCN into a calculated SS/PBCH block reference frequency. Instead of manually applying different equations, you can enter a GSCN and immediately obtain the calculated frequency in both MHz and GHz.

The calculator supports GSCN values from 2 to 26,639 and divides them into three calculation ranges:

  • FR1 Sub-3 GHz
  • FR1 Mid-Band / C-Band
  • FR2 mmWave

For the 3–24.25 GHz range, the calculator uses a 1.44 MHz increment, while its FR2 implementation uses a 17.28 MHz increment. The underlying 3GPP global synchronization raster defines these ranges and relationships in TS 38.104.

For practical engineering work, GSCN should be considered together with the applicable NR operating band, synchronization-raster entry, SSB configuration, channel raster, and other relevant parameters. The calculator is best used as a fast mathematical reference and validation tool rather than as a standalone deployment-configuration authority.

Enter your GSCN into the calculator above to quickly determine the calculated SSB reference frequency and identify the applicable 5G NR synchronization-raster range.

Inputs used by this calculator

  • GSCN (N_GSCN).
AW
RF Engineering ExpertCalculator content reviewer

Alex Warren

B.Sc. in Electrical & Electronic Engineering (EEE)

Alex specialises in antenna design and wave propagation. His expertise helps ensure these calculators present practical RF concepts, useful design estimates, and clear engineering guidance for students, HAM operators, and wireless professionals.

Electrical & Electronic EngineeringAntenna & Wave Propagation
Connect: