TenTec
[Top] [All Lists]

[TenTec] Re: Estimating passband responses.

To: <tentec@contesting.com>
Subject: [TenTec] Re: Estimating passband responses.
From: g.bold@auckland.ac.nz (Gary E. J. Bold)
Date: Thu, 9 Oct 1997 15:03:27 +1300
--=====================_876433481==_
Content-Type: text/plain; charset="us-ascii"

Hi all,

For those who have told me they're interested, I've attached a
PostScript file showing the "narrow CW" responses of two
ICOM IC701 rigs, measured using GoldWave and Matlab.
This is typical of the measurements I make.

My apologies if it's not appropriate to post messages with
attachments here - let me know if this is poor practice?

The file is 8.6 kB or so.   Should view with Ghostscript, or print
on a Postscript printer.

73, Gary


--=====================_876433481==_
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment; filename="GARYJIM.PS"

%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: \tex\garyjim.ps
To: <tentec@contesting.com>
%%CreationDate: 06/22/97  15:38:35
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    54   197   557   604
%%EndComments

%%BeginProlog

% MathWorks dictionary
/MathWorks 150 dict begin

% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef

% operator abbreviations
/c  /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
/rm /rmoveto ldef
/rl /rlineto ldef
/s /show ldef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef

% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef

% orientation switch
/portraitMode   0 def
/landscapeMode  1 def

% coordinate system mappings
/dpi2point 0 def

% font control
/FontSize 0 def
/FMS {
        /FontSize xstore                %save size off stack
        findfont
        [FontSize 0 0 FontSize neg 0 0]
        makefont
        setfont
        }bdef

/ISOLatin1Encoding where
{pop
/WindowsLatin1Encoding 256 array bdef
ISOLatin1Encoding WindowsLatin1Encoding copy pop
/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef/.notdef
/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef/Ydieresis
WindowsLatin1Encoding 128 32 getinterval astore pop}
{/WindowsLatin1Encoding StandardEncoding bdef} ifelse

/reencode {
exch dup where
{pop load} {pop StandardEncoding} ifelse
exch
dup 3 1 roll
findfont dup length dict begin
  { 1 index /FID ne {def}{pop pop} ifelse } forall
  /Encoding exch def
  currentdict
end
definefont pop
} bdef

/isroman {
findfont /CharStrings get
/Agrave known
} bdef

/FMSR {
3 1 roll 1 index
dup isroman
{reencode} {pop pop} ifelse
exch FMS
} bdef

/csm {
        1 dpi2point div -1 dpi2point div scale
        neg translate
        landscapeMode eq {90 rotate} if
        } bdef

% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 
setdash } bdef

% macros for lines and objects
/L {
        lineto
        stroke
        } bdef
/MP {
        3 1 roll moveto
        1 sub {rlineto} repeat
        } bdef
/AP {
        {rlineto} repeat
        } bdef
/PP {
        closepath fill
        } bdef
/DP {
        closepath stroke
        } bdef
/MR {
        4 -2 roll moveto
        dup  0 exch rlineto
        exch 0 rlineto
        neg  0 exch rlineto
        closepath
        } bdef
/FR {
        MR stroke
        } bdef
/PR {
        MR fill
        } bdef
/L1i {
        { currentfile picstr readhexstring pop } image
        } bdef

/tMatrix matrix def
/MakeOval {
        newpath
        tMatrix currentmatrix pop
        translate scale
        0 0 1 0 360 arc
        tMatrix setmatrix
        } bdef
/FO {
        MakeOval
        stroke
        } bdef
/PO {
        MakeOval
        fill
        } bdef

/PD {
        2 copy moveto lineto stroke
        } bdef


currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    54   197   557   604
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: graph1 1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  432    91  6036  4884 MR c np
76 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
%%IncludeResource: font Helvetica
/Helvetica /WindowsLatin1Encoding 144 FMSR

1 j
c1
   0    0 6918 5186 PR
6 w
DO
4 w
c0
 899 4614 mt  899  388 L
 899  388 mt  899  388 L
1569 4614 mt 1569  388 L
1569  388 mt 1569  388 L
2239 4614 mt 2239  388 L
2239  388 mt 2239  388 L
2909 4614 mt 2909  388 L
2909  388 mt 2909  388 L
3579 4614 mt 3579  388 L
3579  388 mt 3579  388 L
4249 4614 mt 4249  388 L
4249  388 mt 4249  388 L
4919 4614 mt 4919  388 L
4919  388 mt 4919  388 L
5589 4614 mt 5589  388 L
5589  388 mt 5589  388 L
6259 4614 mt 6259  388 L
6259  388 mt 6259  388 L
 899 4614 mt 6259 4614 L
6259 4614 mt 6259 4614 L
 899 4010 mt 6259 4010 L
6259 4010 mt 6259 4010 L
 899 3407 mt 6259 3407 L
6259 3407 mt 6259 3407 L
 899 2803 mt 6259 2803 L
6259 2803 mt 6259 2803 L
 899 2199 mt 6259 2199 L
6259 2199 mt 6259 2199 L
 899 1595 mt 6259 1595 L
6259 1595 mt 6259 1595 L
 899  992 mt 6259  992 L
6259  992 mt 6259  992 L
 899  388 mt 6259  388 L
6259  388 mt 6259  388 L
 899 4614 mt  899  388 L
 899  388 mt 6259  388 L
 899 4614 mt  899  388 L
 899  388 mt 6259  388 L
 899 4614 mt  899  388 L
 899  388 mt 6259  388 L
SO
6 w
 899 4614 mt 6259 4614 L
 899  388 mt 6259  388 L
 899 4614 mt  899  388 L
6259 4614 mt 6259  388 L
 899  388 mt  899  388 L
6259 4614 mt 6259 4614 L
 899 4614 mt 6259 4614 L
 899 4614 mt  899  388 L
 899 4614 mt  899 4614 L
 899 4614 mt  899 4560 L
 899  388 mt  899  442 L
 859 4783 mt 
(0) s
1569 4614 mt 1569 4560 L
1569  388 mt 1569  442 L
1449 4783 mt 
(500) s
2239 4614 mt 2239 4560 L
2239  388 mt 2239  442 L
2079 4783 mt 
(1000) s
2909 4614 mt 2909 4560 L
2909  388 mt 2909  442 L
2749 4783 mt 
(1500) s
3579 4614 mt 3579 4560 L
3579  388 mt 3579  442 L
3419 4783 mt 
(2000) s
4249 4614 mt 4249 4560 L
4249  388 mt 4249  442 L
4089 4783 mt 
(2500) s
4919 4614 mt 4919 4560 L
4919  388 mt 4919  442 L
4759 4783 mt 
(3000) s
5589 4614 mt 5589 4560 L
5589  388 mt 5589  442 L
5429 4783 mt 
(3500) s
6259 4614 mt 6259 4560 L
6259  388 mt 6259  442 L
6099 4783 mt 
(4000) s
 899 4614 mt  953 4614 L
6259 4614 mt 6205 4614 L
 620 4667 mt 
(-70) s
 899 4010 mt  953 4010 L
6259 4010 mt 6205 4010 L
 620 4063 mt 
(-60) s
 899 3407 mt  953 3407 L
6259 3407 mt 6205 3407 L
 620 3460 mt 
(-50) s
 899 2803 mt  953 2803 L
6259 2803 mt 6205 2803 L
 620 2856 mt 
(-40) s
 899 2199 mt  953 2199 L
6259 2199 mt 6205 2199 L
 620 2252 mt 
(-30) s
 899 1595 mt  953 1595 L
6259 1595 mt 6205 1595 L
 620 1648 mt 
(-20) s
 899  992 mt  953  992 L
6259  992 mt 6205  992 L
 620 1045 mt 
(-10) s
 899  388 mt  953  388 L
6259  388 mt 6205  388 L
 784  441 mt 
(0) s
 899 4614 mt 6259 4614 L
 899  388 mt 6259  388 L
 899 4614 mt  899  388 L
6259 4614 mt 6259  388 L
 899 4614 mt  899 4614 L
6259  388 mt 6259  388 L
gs 899 388 5361 4227 MR c np
42 -36 42 -19 42 5 41 10 42 -10 42 -3 42 2 42 0 
42 81 42 29 42 -45 41 18 42 9 42 30 42 55 42 68 
42 84 42 -15 42 41 41 27 42 132 42 -1 42 -6 42 105 
42 12 42 17 42 82 41 -83 42 99 42 54 42 -138 42 -1 
42 12 42 34 42 140 41 -72 42 -50 42 172 42 -147 42 -60 
42 62 42 -2 42 -3 41 14 42 -22 42 46 42 -29 42 -40 
42 198 42 -42 42 -148 41 94 42 -74 42 130 42 193 42 -242 
42 34 42 97 42 -168 41 141 42 24 42 -207 42 61 42 -14 
42 -28 42 13 42 -47 41 87 42 158 42 -150 42 144 42 141 
42 -255 42 38 42 54 41 -140 42 122 42 41 42 -45 42 134 
42 161 42 176 42 201 41 121 42 79 42 71 42 164 42 196 
42 138 42 197 42 210 41 165 42 158 42 137 42 82 42 79 
42 99 42 33 42 -11 2113 399 100 MP stroke
41 -53 42 -104 42 -32 42 72 42 85 42 31 42 -70 42 -130 
41 -73 42 -65 42 -166 42 -196 42 -207 42 -291 42 -239 42 -365 
41 -68 42 114 42 -286 42 170 42 132 42 60 42 301 42 90 
41 -211 42 -25 42 265 42 -66 42 -261 899 1987 30 MP stroke

gr 
3122 4943 mt 
(Frequency, Hz) s
 566 3202 mt  -90 rotate
(Relative response, dB) s
90 rotate
1956  273 mt 
(ZL1AN and ZL2BHF IC701 Narrow CW passbands) s
gs 899 388 5361 4227 MR c np
42 -58 42 -40 42 -21 41 1 42 16 42 32 42 69 42 -20 
42 -2 42 45 42 -52 41 4 42 20 42 38 42 102 42 77 
42 26 42 21 42 19 41 9 42 80 42 -36 42 28 42 153 
42 -31 42 42 42 69 41 -86 42 85 42 57 42 -115 42 50 
42 21 42 31 42 161 41 -83 42 -150 42 29 42 91 42 119 
42 86 42 30 42 47 41 41 42 -27 42 -28 42 -10 42 21 
42 22 42 -17 42 11 41 102 42 37 42 -39 42 -172 42 72 
42 162 42 77 42 44 41 96 42 -14 42 -207 42 -61 42 123 
42 110 42 94 42 15 41 -81 42 6 42 219 42 120 42 17 
42 -10 42 -5 42 -46 41 -44 42 -13 42 -14 42 222 42 246 
42 148 42 155 42 130 41 37 42 -37 42 -12 42 54 42 106 
42 63 42 80 42 145 41 106 42 112 42 123 42 59 42 50 
42 125 42 67 42 -31 2113 419 100 MP stroke
41 -54 42 -83 42 -75 42 64 42 100 42 29 42 -60 42 -121 
41 -90 42 -142 42 -185 42 -178 42 -266 42 -407 42 -258 42 -358 
41 65 42 139 42 -275 42 168 42 127 42 -61 42 311 42 180 
41 -204 42 133 42 297 42 -165 42 -272 899 2060 30 MP stroke

gr 

end

eplot
%%EndObject graph 1

epage
end

showpage

%%Trailer
%%EOF

--=====================_876433481==_--


--
FAQ on WWW:               http://www.contesting.com/tentecfaq.htm
Submissions:              tentec@contesting.com
Administrative requests:  tentec-REQUEST@contesting.com
Problems:                 owner-tentec@contesting.com
Search:                   http://www.contesting.com/km9p/search.htm

<Prev in Thread] Current Thread [Next in Thread>
  • [TenTec] Re: Estimating passband responses., Gary E. J. Bold <=