clc;
clear;
close all;
N512;%采样点数
fs256;%采样频率
%% 时域波形
t (0:N-1)/fs;%以fs采N个点
x sin(2*pi*10*t) sin(2*pi*45*t);
figure(1),subplot(211),plot(t,x),xlabel(t),ylabel(x),title(时域波形),axis([0 1 -2 2]);%时域波形图
%% 频谱
n length(x);
f (-n/2…
Microsoft Office SharePoint Server 2007-协同办公之师
本文节选自《 Microsoft Office SharePoint Server 2007 管理员指南 》一书 译 者 序
自从 Microsoft Office SharePoint Server 2007 发布以来,虽然已经有数本有关 SharePoint 开发类的中文书籍面世…