代码搜索结果
找到约 10,000 项符合
R 的代码
01 whirlwind tour of r.r
########################
r5r10.m
%先运行R5.m程序生成一个宽度为5的门函数
%Ha的长度为十
n=0:9;
x=sign(sign(10-n)+1);
close all;
subplot(3,2,1);
stem(n,x);
title('Ha(t)或Rn(t)信号序列');
k=-25:25;
X=x*(exp(-j*pi/25)).^(n'*k);
magX=abs(X);