代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/327948/13054088
m pr3_26_ss_counternarrowbandjammer_withband-eliminationfiltering.m
%Problem 3.26;
%Simulates antijamming features of spread spectrum signal (band elimination used) against narrow
%band jammer and compares to the ones of plain signals;
clear all; close all;
t=[0
www.eeworm.com/read/327948/13054107
m pr3_30_ss_attenuationloggraph_receivedpower-distance.m
%Problem 3.30;
%Attenuation of the received power with distance;
clear all; close all;
r=[2 3 3.84 4]; %power of distance in a propagation model;
x=[1:0.1:5]; %lg of distance;
y=-10*r'*x; %rece
www.eeworm.com/read/136812/5859213
h hp2648.h
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
/* @(#)
www.eeworm.com/read/386623/6343240
txt 000-readme.txt
Release V1.2
07 26, 2006
Features:
* New to this release
July 10, 2006 (appx 4:30pm EST)
We are working on the plotting of the residual reduction. The way I was keeping track of the
re
www.eeworm.com/read/483033/6607904
m kf_mt_plot2d.m
% Script for plotting 2D Gaussian signals estimated with RBMCDA
%
% Copyright (C) 2005 Simo S鋜kk
www.eeworm.com/read/124118/14593715
m plotvow.m
% PLOTVOW Script for plotting the simulated vowels database.
%
load vowels;
hf = figure;
plot(a(:,1),a(:,2),'y+');
hold on;
set(gca,'xlim',[0 3000],'ylim',[0 3000],'dataaspectratio',[1 1 1e-6]);
xla
www.eeworm.com/read/218391/14922913
m pr3_30.m
%Problem 3.30;
%Attenuation of the received power with distance;
clear all; close all;
r=[2 3 3.84 4]; %power of distance in a propagation model;
x=[1:0.1:5]; %lg of distance;
y=-10*r'*x; %rece
www.eeworm.com/read/218391/14922923
m pr3_26.m
%Problem 3.26;
%Simulates antijamming features of spread spectrum signal (band elimination used) against narrow
%band jammer and compares to the ones of plain signals;
clear all; close all;
t=[0
www.eeworm.com/read/216268/15021364
m pr3_30.m
%Problem 3.30;
%Attenuation of the received power with distance;
clear all; close all;
r=[2 3 3.84 4]; %power of distance in a propagation model;
x=[1:0.1:5]; %lg of distance;
y=-10*r'*x; %rece
www.eeworm.com/read/216268/15021371
m pr3_26.m
%Problem 3.26;
%Simulates antijamming features of spread spectrum signal (band elimination used) against narrow
%band jammer and compares to the ones of plain signals;
clear all; close all;
t=[0