ltefadingchannel built-in function

20 次查看(过去 30 天)
zizi ahmed
zizi ahmed 2024-10-28,21:14
回答: Steven Lord 2024-10-29,0:27
I want to see the internal code of ltefadingchannel function.

回答(2 个)

Walter Roberson
Walter Roberson 2024-10-28,21:55
See https://www.mathworks.com/company/jobs/students.html for more information about internships at Mathworks.
I always like to say that a $US 5 million non-refundable deposit is enough to get you a meeting with Mathworks to discuss the terms of granting access to Mathworks source code. (I estimate the price to see the source code for ltefadingchannel to be roughly $US 40 million.)

Steven Lord
Steven Lord 2024-10-29,0:27
which -all ltefadingchannel
/MATLAB/toolbox/lte/lte/lteFadingChannel.m
So this is a MATLAB code file.
dbtype 189 lteFadingChannel.m
189 function [out,info] = lteFadingChannel(varargin)
It's a MATLAB function file. You can type it, dbtype it, or (if you are very careful not to edit it) edit it assuming you have LTE Toolbox installed.
ver lte
------------------------------------------------------------------------------------------------- MATLAB Version: 24.2.0.2754538 (R2024b) Update 1 MATLAB License Number: 40912989 Operating System: Linux 5.15.0-1062-aws #68~20.04.1-Ubuntu SMP Wed May 1 15:24:09 UTC 2024 x86_64 Java Version: Java 1.8.0_292-b10 with AdoptOpenJDK OpenJDK 64-Bit Server VM mixed mode ------------------------------------------------------------------------------------------------- LTE Toolbox Version 24.2 (R2024b)

类别

Help CenterFile Exchange 中查找有关 Wireless Communications 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by