q.m
来自「无线信道的建模与仿真 诠释了各种衰落信道的仿真及误码率分析如瑞利信道等等」· M 代码 · 共 9 行
M
9 行
% File: q.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wireless Applications,
% Prentice Hall PTR, 2004.
%
function y=q(x)
y = 0.5*erfc(x/sqrt(2));
% End function file.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?