代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/216268/15021382
m pr3_28.m
%Problem 3.28
%Demonstration low detection probability of spread spectrum signals in
%comparison with plain ones;
clear all; close all;
t=[0:0.001:3]; N=length(t); %time scale;
WD=[0,50]; %two
www.eeworm.com/read/216268/15021384
m pr3_32.m
%Problem 3.32;
%Demonstration of validite Rayleigh model for the case ofs hort term
%fading;
clear all; close all;
t=[1:2000]/1000; %time scale;
S=exp(-16*(t-1).^2); Sbp=real(S.*exp(i*2*pi*25*
www.eeworm.com/read/216268/15021391
asv pr3_28.asv
%Problem 3.28
%Demonstration low detection probability of spread spectrum signals in
%comparison with plain ones;
clear all; close all;
t=[0:0.001:3]; N=length(t); %time scale;
WD=[0,50]; %two
www.eeworm.com/read/216045/15028664
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
clear
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
www.eeworm.com/read/216045/15028668
m ip_02_07.m
% MATLAB script for Illustrative Problem 2.7.
clear
echo on
N=256; % number of samples
deltaf=0.1; % frequency separation
f=[0:deltaf:(N/2)*deltaf, -(N/2-1)*deltaf:de
www.eeworm.com/read/216045/15028738
m ip_02_05.m
% MATLAB script for Illustrative Problem 5, Chapter 2.
clear
echo on
% first part
Sx1=[ones(1,32)];
Rx1=ifft(Sx1,32);
% second part
Sx2=[ones(1,16),zeros(1,224),ones(1,16)];
Rx2=ifft(Sx2,256)
www.eeworm.com/read/114100/15113149
txt 如何调用getglyphoutline函数.txt
这 个 函 数 的 难 点 在 于 返 回 的 字 体 数 据 的 格 式 。 我 们 的 时 间 有 限 , 无 法 给 出 VB实 例 。 这 里 只 能 给 出 三 篇 有 关 的 文 章 供 你 参 考 。 如 果 你 能 完 成 VB实 例 , 我 们 也 非 常 希 望 能 在 我 们 的 站 点 上 与 大 家 分 享 。 这 三 篇 文 章 都 来 自 微 软 的 Knowledg
www.eeworm.com/read/213940/15121906
m ip_02_07.m
% MATLAB script for Illustrative Problem 2.7.
echo on
N=256; % number of samples
deltaf=0.1; % frequency separation
f=[0:deltaf:(N/2)*deltaf, -(N/2-1)*deltaf:deltaf:-d
www.eeworm.com/read/213940/15121912
m ip_02_05.m
% MATLAB script for Illustrative Problem 5, Chapter 2.
echo on
% first part
Sx1=[ones(1,32)];
Rx1=ifft(Sx1,32);
% second part
Sx2=[ones(1,16),zeros(1,224),ones(1,16)];
Rx2=ifft(Sx2,256);
% pl
www.eeworm.com/read/210154/15205887
m ip_02_07.m
% MATLAB script for Illustrative Problem 2.7.
echo on
N=256; % number of samples
deltaf=0.1; % frequency separation
f=[0:deltaf:(N/2)*deltaf, -(N/2-1)*deltaf:deltaf:-d