代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/342008/12047554
m solvb.m
function [w1,b1,w2,b2,k,tr] = solverb(p,t,tp)
%SOLVERB Design radial basis network.
%
% [W1,B1,W2,B2,TE,TR] = SOLVERB(P,T,DP)
% P - RxQ matrix of Q input vectors.
% T - SxQ matrix of Q target vec
www.eeworm.com/read/252197/12293820
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/252197/12293825
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/252197/12293943
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/218391/14922916
m pr3_27.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/218391/14922920
m pr3_31.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/218391/14922938
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/218391/14922941
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/15021367
m pr3_27.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/216268/15021369
m pr3_31.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