From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/gauspuls.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 help/en_US/gauspuls.xml (limited to 'help/en_US/gauspuls.xml') diff --git a/help/en_US/gauspuls.xml b/help/en_US/gauspuls.xml new file mode 100644 index 0000000..e24d9e4 --- /dev/null +++ b/help/en_US/gauspuls.xml @@ -0,0 +1,62 @@ + + + + + + + + gauspuls + + + + + + Calling Sequence + + [y]=gauspuls(t,fc,bw) + [y]=gauspuls(t,fc) + [y]=gauspuls(t) + + + + + Parameters + + t: + Real or complex valued vector or matrix + fc: + Real non negative number or complex number + bw: + Real positive number or complex number + + + + + Description + +This is an Octave function +This function returns a Gaussian RF pulse of unity amplitude at the times indicated in array t. + + + + + Examples + + + -- cgit