helperGetD​esignSpecs​Parameters not working in Beamforming for MIMO-OFDM Systems

3 ビュー (過去 30 日間)
Enrique Navarro
Enrique Navarro 2021 年 3 月 22 日
コメント済み: Enrique Navarro 2021 年 3 月 25 日
Dear Sirs,
I am using the example "Beamforming for MIMO-OFDM Systems" in release R2019b and R2021a
The program gives error in both R2019b and R2021a, the command output is:
'helperGetDesignSpecsParameters' is used in Beamforming for
MIMO-OFDM Systems.
Error in mimo (line 30)
gc = helperGetDesignSpecsParameters();
I went throught the toolbox and I could not find helperGetDesignSpecsParameters.m and helperPlotMIMOEnvironment.m
I wonder why is in the website such a script that does not work,
Thanks in advance, -Enrique-

回答 (1 件)

Kiran Felix Robert
Kiran Felix Robert 2021 年 3 月 25 日
Hi Enrique Navarro,
Try opening the Beamforming for MIMO – OFDM Systems example using the following command in the command window.
openExample('phased/MIMOBeamformingExample')
The above command will navigate your current working directory to the directory which contains all the necessary files.
You will also see the same command in the Documentation page when you click clicking the View Command button.
  2 件のコメント
Enrique Navarro
Enrique Navarro 2021 年 3 月 25 日
Dear Kiran, I tried and does not work:
openExample('phased/MIMOBeamformingExample')
Error using mkdir
The phased directory does not exist, if executed in phases directory:
openExample('C:\Program Files\MATLAB\R2021a\toolbox\mimo')
Error using matlab.internal.examples.identifyExample (line
19)
Invalid argument "C:\Program
Files\MATLAB\R2021a\toolbox\mimo".
Error in openExample (line 24)
[exampleId, isMainFile] =
matlab.internal.examples.identifyExample(file);
Enrique Navarro
Enrique Navarro 2021 年 3 月 25 日
Or
(mimo is the script with the example)
openExample('C:\Program Files\MATLAB\R2021a\toolbox\phased\mimo')
Error using matlab.internal.examples.identifyExample (line
19)
Invalid argument "C:\Program
Files\MATLAB\R2021a\toolbox\phased\mimo".
Error in openExample (line 24)
[exampleId, isMainFile] =
matlab.internal.examples.identifyExample(file);

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by