代码搜索结果
找到约 1,193 项符合
Q 的代码
brf.m
q=[i*150 -i*150];
p=[-100+i*100 -100-i*100]
f1=0
f2=100
k=0.1
splxy(f1,f2,k,p,q)
q.m
function [a]=Q(rx_symbol,modulation)
%***********************************************************************
% This file carries out 'slicing' operation to the nearest constellation
%*************
gjmamle.m
q=input('输入滑动平均阶数:')
N=input('输入样本个数:')
for j=1:N
X(j)=input('输入得到的样本数据:');
end
for j=1:q
B(j)=input('输入滑动平均参数在平稳可逆域中的最低值:');
end
for j=1:q
BB(j)=input('输入滑动平均参数在平稳可逆域中的最高值:');
e
newtonraphson.m
q=input('输入滑动平均阶数:')
max=input('输入所要求的精度:')
V=input('输入样本方差:');
for j=1:q+1
E(j)=input('输入各阶样本自协方差函数:'); %E(j)为j-1阶样本自协方差函数,注意这里是j-1阶,其中第一个就是样本方差
end
E=E';
A=zeros(q+1,1);
A(1,1)
hdpjxxddgj.m
q=input('输入滑动平均阶数:')
max=input('输入相邻两次迭代的误差精度:')
for j=1:q
r(j)=input('输入样本协方差函数:')
end
c=input('输入样本方差:')
for j=1:q
a(j)=0; %对第一次迭代的参数赋初值
end
x=0;sum1=0;sum2=0;sum3=0; % x
04-201.txt
>> [Q,R,P] = qr(C)
>> [Q,R,P] = qr(C,0)
04-191.txt
>> [Q,R] = qr(C,0)
q.htm
Q
Functions - Q
[index]
fifofaq.txt
Q: Why is the FIFO described as "511 x 8"? Why not 512 x 8?
There is one address that drops out of the FIFO, and this
is done to provide distinct EMPTY/FULL conditions. In most
FIFOs, a "directio
q.c
int array[10];
main()
{
char i;
i=4;
i=4;
i=4;
i=4;
array[i++] = 4;
}