q.m
上传用户:cjx922
上传日期:2017-12-13
资源大小:205k
文件大小:0k
源码类别:

通讯编程

开发平台:

Matlab

  1. function [y]=q(x);
  2. %Q函数计算公式
  3. y=erfc(x/sqrt(2))/2;