代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/237293/13969768
gmt raydens_latsec.gmt
#!/bin/csh
#
# script to plot ray-density tensor distribution
# in depth sections along constant latitude
#
# 3 sections on 1 page
#
# using output files from tomo2gmt
# for classified plotting
#
#
www.eeworm.com/read/236503/14013244
txt readme.txt
% demonstrate building a rotor model (as a Matlab structure)
% and plotting it in (fancy) 3d plot
%
% By: Izhak Bucher
% Date: 8-June-2000
% How: Free for any non-profit use (no commercial use
www.eeworm.com/read/112652/15479526
cpp demo7_3.cpp
// DEMO7_3.CPP basic full-screen 32-bit color pixel plotting DirectDraw demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#de
www.eeworm.com/read/112652/15479543
cpp demo7_1.cpp
// DEMO7_1.CPP basic full-screen 16-bit color pixel plotting DirectDraw demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#de
www.eeworm.com/read/112652/15479555
cpp demo7_2.cpp
// DEMO7_2.CPP basic full-screen 24-bit color pixel plotting DirectDraw demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#de
www.eeworm.com/read/176500/9495685
m prog7b3.m
%
% Program name - prog7b3.m, p446
% m-file for calculating optimal FIR filter coefficients and
% plotting frequency response
%
Fs=10000; % Sampling frequency
N=41; % Filter
www.eeworm.com/read/371706/9540901
m plot_wb.m
function plot_wb(t,w,a);
%PLOT_WB: Horizontal plotting with Bias
%
% IN: t: time axis
% w: traces or wavelets in columns.
% a: overlab in percentage
%
%
% Author(s): M.D.Sacchi (sac
www.eeworm.com/read/168454/9912379
m prog7b3.m
%
% Program name - prog7b3.m, p446
% m-file for calculating optimal FIR filter coefficients and
% plotting frequency response
%
Fs=10000; % Sampling frequency
N=41; % Filter
www.eeworm.com/read/279403/10440258
awk splitrayden.awk
# awk -script to split ray-density tensor output file from
# velsort (raydenxx.xx.xyz) into class-files for plotting
#
# classes are a combination of ray distr.(=qual)
# and total weighted ray length
www.eeworm.com/read/448529/7532053
m ex05230b.m
% Chapter 05: Example 5.23 High speed convolution
% part b) Plotting of saved data
% run after part a)
load times.txt -ascii;
conv_time=times(1,:);
hsconv_time=tim