sq-shen / iscml

Automatically exported from code.google.com/p/iscml
0 stars 0 forks source link

an error occurs when simulating WimaxLDPC scenarios #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start Matlab
2. >> CmlStartup
3. >> CmlSimulate('WiMaxLDPCScenarios',1)

What is the expected output? What do you see instead?

Matlab halted with an error:

??? Reference to non-existent field 'data_bits_per_frame'.

Error in ==> InitializeCodeParam at 219
    data = zeros(1, code_param.data_bits_per_frame);

Error in ==> CmlSimulate at 38
    [sim_param(case_number), code_param] = InitializeCodeParam( sim_param(case_number), cml_home );

What version of the product are you using? On what operating system?
I'm using CML1.12.

Please provide any additional information below.
Same simulation can be run with CML1.11.

Original issue reported on code.google.com by gotola...@gmail.com on 15 Aug 2013 at 7:57