Release 12 Sidelink PSCCH and PSSCH Throughput Example - hPerfectTimingEstimate
2 次查看(过去 30 天)
显示 更早的评论
Hello,
I ran this example and it worked perfectly with the default parameters but when I set:
% Perfect channel estimator flag
perfectChanEstimator = true;
It gives me the following error:
Undefined function or variable 'hPerfectTimingEstimate'.
Error in D2D_Simulation_MultipleTB (line 183)
offset = hPerfectTimingEstimate(fadingInfo);
I think the version of the toolbox i'm using is not the most recent one? I use MATLAB R2017b
If someone has the definition of the function or fixed this problem it other way, it would be very helpful if you could share your solution.
Thanks.
0 个评论
回答(1 个)
Kaashyap Pappu
2019-7-17
编辑:Kaashyap Pappu
2019-7-17
Hi,
The “perfectChanEstimator” flag and “hPerfectTimingEstimate” function were introduced in MATLAB R2018b.
For R2017b, the Release 12 Sidelink PSCCH and PSSCH Throughput Example documentation link is https://in.mathworks.com/help/releases/R2017b/lte/examples/release-12-sidelink-pscch-and-pssch-throughput.html?searchHighlight=Release%2012%20Sidelink%20PSCCH%20and%20PSSCH%20Throughput&s_tid=doc_srchtitle. This is available in the MATLAB documentation archive.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!