(25) THD(%)
|
01-29-2021, 02:06 PM
Post: #1
|
|||
|
|||
(25) THD(%)
An extract from Making Distortion Measurements with a Spectrum Analyzer, Broadcast Engineering, JAN 1978, pgs. 78-79
" In reference to … article on AM Proof-of-Performance measurements [June 1977). I'd like to take exception to the statement " there is presently no acceptable way to conduct an official proof-of performance with a spectrum analyzer … ". I'd like to discuss my favorite method. because it is much simpler and faster. It relies on the use of a programmable pocket calculator, such as the HP25. The calculator is programmed to solve the equation for THD … … The keystroke listing for the HP25 is given in Figure 1. To use the program, follow the steps in Figure 2. (For a new calculation, go to step 2.) … " BEST! SlideRule |
|||
01-29-2021, 02:53 PM
(This post was last modified: 01-29-2021 09:24 PM by C.Ret.)
Post: #2
|
|||
|
|||
RE: (25) THD(%)
hI?
I get in trouble decyphering the original HP-25 since a fraction of it is masked at the page's boundary ! At least, I figure out what I have made wrong. I was recalling the \( \sum{x} \) instead the the correct \( \sum{x^2}\) register. Here is a conversion of the code for HP-15C: Code: 001-42.21.11 f LBL A To start a new computation, don't forget to press f CLEAR ∑ g RTN To enter the values in dB you may press R/S or f A as you prefer. |
|||
01-29-2021, 08:15 PM
(This post was last modified: 01-30-2021 12:21 AM by SlideRule.)
Post: #3
|
|||
|
|||
RE: (25) THD(%)
HP-25 Code (from source document)
LINE CODE Key 01 32 CHS 02 31 ENTER↑ 03 20 2 04 00 0 05 71 ÷ divide 06 15 08 g 10x 07 25 ∑+ 08 24 06 RCL 06 ∑x² 09 14 02 √x 10 33 EEX 11 02 2 12 61 × 13 13 00 GTO 00 13 03 is a typo BEST! SlideRule |
|||
01-29-2021, 09:31 PM
Post: #4
|
|||
|
|||
RE: (25) THD(%)
Ah! Thanks.
The HP25 and H15C codes are quite similar. I still wandering about the extra ENTER^ instruction. Did my code flow without issue because program execution stop numeric entry ? Did this extra ENTER^ signify that R/S key don't stop numeric entry on the HP-25 ? So that the ENTER key is mandatory to separate the user's entry from the next 20 entry ? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)