AMIspec
| Directory | DOS Name | Type |
| Analysis |
amispec |
m-function |
Purpose
The power spectrum of AMI (alternate mark inversion)
Calling Sequence
S = AMIspec(f, T, PulseTransform)
INPUTS
|
Input |
Description |
|
f
|
vector of frequencies
|
Optional INPUTS
|
Input |
Description |
Default Value |
|
T
|
data period
|
1
|
|
PulseTransform
|
pulse Fourier transform
|
'Sinc'
|
OUTPUTS
|
Output |
Description |
|
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 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.