代码搜索:plotting

找到约 1,607 项符合「plotting」的源代码

代码结果 1,607
www.eeworm.com/read/145642/12709979

txt @psc_readme_38642_1.txt

Title: Basic Stock Charting V1.0 Bug Fixes Description: Found a couple of bugs. Easy fixes, since I had trouble uploading that 300+k zip before so I'll just describe them in a text file and you can c
www.eeworm.com/read/244937/12830663

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/244937/12830669

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/244937/12830846

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/327948/13054072

m pr3_31_ss_demo_multipathflatfadingphenomenon.m

%Problem3.31; %flat fading effect (BProb. 3.31); ffdb; clear all; close all; t=[0:1999]/1000; %time scale; S=exp(-16*((t-1).^2)); %real envelope; Sbp=real(S.*exp(i*2*pi*25*t)); %bandpass signal
www.eeworm.com/read/327948/13054081

m pr3_28_ss_low-detection-probabilityfeatures.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/327948/13054086

m pr3_27_ss_counterbarragejammer.m

%Problem 3.27 %Simulating antijamming features of spread spectrum signals (barrage %jammer) in comparison to plain signals; clear all; close all; t=[0.001:0.001:2]; N=length(t); %times scales;
www.eeworm.com/read/327948/13054105

m pr3_32_ss_demo_rayleighmodel_validity.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/242302/13080806

txt 如何调用getglyphoutline函数.txt

这 个 函 数 的 难 点 在 于 返 回 的 字 体 数 据 的 格 式 。 我 们 的 时 间 有 限 , 无 法 给 出 VB实 例 。 这 里 只 能 给 出 三 篇 有 关 的 文 章 供 你 参 考 。 如 果 你 能 完 成 VB实 例 , 我 们 也 非 常 希 望 能 在 我 们 的 站 点 上 与 大 家 分 享 。 这 三 篇 文 章 都 来 自 微 软 的 Knowledg
www.eeworm.com/read/241971/13107131

m filespcgrm.m

% --------------------------------------------------------------------- % FILESPCGRM % Script for plotting a spectrogram from a KVDH datafile. % Can pick an individual channel, or choose to average