[go: up one dir, main page]

Menu

[73c35b]: / init / XMIT_sp.m  Maximize  Restore  History

Download this file

15 lines (13 with data), 473 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
% XMIT_sp.m: Function to define a simple pulse (long or short)
% GUISDAP v.1.60 96-05-27 Copyright Asko Huuskonen and Markku Lehtinen
%
% input parameters
% ch : physical channel for the transmission
% starttime : start time of the transmitted envelope in us
% pulselength : length of the pulse in us
%
% See also: XMIT_pulse
%
% function XMIT_sp(ch,starttime,pulselength)
function XMIT_sp(ch,starttime,pulselength)
XMIT_pulse(ch,starttime,1,1,pulselength)