フィルターのクリア

Why do I get an "Unrecognized function or variable" when I enter the command: hNRVerifyC​arrierPara​meters

2 ビュー (過去 30 日間)
Following the steps in the 5G NR Downlink Carrier Aggregation, Demodulation, and Analysis. In the Selection of Component Carrier Parameters, all commands accepted until the final command which is: hNRVerifyCarrierParameters; For some reason MatLab does not recognize the command. I cannot see why.

採用された回答

Dhruv
Dhruv 2023 年 10 月 3 日
I understand that you are referring to the documentation titled '5G NR Downlink Carrier Aggregation, Demodulation, and Analysis.'
The function 'hNRVerifyCarrierParameters' is not an inbuilt function. Instead, it is a helper function located under the example 'NRDownlinkCarrierAggregationExample.' Its purpose is to verify various parameters, including the number of CCs, channel bandwidths, subcarrier spacings, modulations, and spacings. Additionally, it checks that the spacings are greater than 0.
You can find the function definition in the documentation by following this link:
To load the necessary functions and files required for the above example, you can use the following command:
>> openExample('5g/NRDownlinkCarrierAggregationExample')
This command will ensure that you have access to the required functions and files for the example.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCircuit Envelope Simulation についてさらに検索

タグ

製品


リリース

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by