DigComT

AMIspec

DirectoryDOS NameType
Analysis amispec m-function

Purpose

The power spectrum of AMI (alternate mark inversion)

Calling Sequence

S = AMIspec(f, T, PulseTransform)

INPUTS

Input Description
1 f
vector of frequencies

Optional INPUTS

Input Description Default Value
2 T
data period
1
3 PulseTransform
pulse Fourier transform
'Sinc'

OUTPUTS

Output Description
1 S
power spectrum

Related Functions

Example


f = 0:.01:1;
S = AMIspec(f);
subplot(2,1,1); plot(f,S);
xlabel('frequency'); ylabel('Spectrum')
subplot(2,1,2); plot(f,todb(S))
xlabel('frequency'); ylabel('Spectrum (dB)')
DigComT Manual Table of Contents DigComT Manual Native Intelligence Home

DigComT Licensee: Chris Heegard 
Native Intelligence
Last modified: Tuesday, January 11, 2000
Date created: Tuesday, January 11, 2000

Copyright © 1997-2000, Native Intelligence, All rights reserved.