代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/133522/14038204
cc plot_data.cc
// This file contains no license whatsoever. It is provided in the public domain as an example
// of how to use the audio library
//
// Bruce Forsberg
// forsberg@tns.net
//
//
#include
www.eeworm.com/read/133522/14038205
h plot_data.h
#ifndef _PLOT_DATA_H
#define _PLOT_DATA_H
class aflibAudio;
class plot_data {
public:
plot_data(
aflibAudio *audio,
int id);
~plot_data();
aflibAudio *
getAfLibA
www.eeworm.com/read/235612/14060650
m plot4.m
function plot4(x1,y1,x2,y2,x3,y3,x4,y4)
% plot4(x1,y1,x2,y2,x3,y3,x4,y4)
%
% subdivides plot window into 4 and plots 4 graphs
%
% by G.F. Margrave, May 1991
%
% NOTE: It is illegal for you to use thi
www.eeworm.com/read/235612/14060708
m plot2.m
function plot2(x1,y1,x2,y2)
% plot2(x1,y1,x2,y2)
%
% subdivides plot window into 2 and plots 2 graphs
%
% by G.F. Margrave, May 1991
%
% NOTE: It is illegal for you to use this software for a purpose
www.eeworm.com/read/235546/14064118
m ofdm_plot.m
clear all;
close all;
SNRindB1=0:1:10;
for i=1:length(SNRindB1)
[smld_err_prb(i),smld_per_prb(i)]=ofdm(SNRindB1(i)); % simulated error rate
end;
semilogy(SNRindB1,smld_err_prb,'-*r');