Has any one written a routine for comparing a measured resistance value to a range of standard resistors and spitting out the closest standard 1% resistor value?
Any help is appreciated.
Joe Marsiglia Unison Industries
--- You are currently subscribed to vrf as: rsb@soco.agilent.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Given: Standard = Array of standard 1% resistor values Meas = measured resistor value
Then a formula box with: Standard[minIndex(abs(Standard-Meas))]
gives the closest standard value. -- Bill Ossmann Philips Ultrasound e-mail: bill.ossmann@philips.com --------------------------------------------------------
Hello all,
Has any one written a routine for comparing a measured resistance value to a range of standard resistors and spitting out the closest standard 1% resistor value?
Any help is appreciated.
Joe Marsiglia Unison Industries
--- You are currently subscribed to vrf as: bill.ossmann@philips.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
--- You are currently subscribed to vrf as: rsb@soco.agilent.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Given: Standard = Array of standard 1% resistor values Meas = measured resistor value
Then a formula box with: Standard[minIndex(abs(Standard-Meas))]
gives the closest standard value. -- Bill Ossmann Philips Ultrasound e-mail: bill.ossmann@philips.com --------------------------------------------------------
Hello all,
Has any one written a routine for comparing a measured resistance value to a range of standard resistors and spitting out the closest standard 1% resistor value?
Any help is appreciated.
Joe Marsiglia Unison Industries
--- You are currently subscribed to vrf as: bill.ossmann@philips.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
--- You are currently subscribed to vrf as: rsb@soco.agilent.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Bill, Your solution is cleaner and more accurate than the one I sent to Joe. My Library is already modified according. Thanks
Michael Ford Herley Farmingdale
-----Original Message----- From: bill.ossmann@philips.com [mailto:bill.ossmann@philips.com] Sent: Friday, February 25, 2005 5:31 PM To: VRF Subject: Re: [vrf] 1% resistor selection
Given: Standard = Array of standard 1% resistor values Meas = measured resistor value
Then a formula box with: Standard[minIndex(abs(Standard-Meas))]
gives the closest standard value. -- Bill Ossmann Philips Ultrasound e-mail: bill.ossmann@philips.com --------------------------------------------------------
Hello all,
Has any one written a routine for comparing a measured resistance value to a range of standard resistors and spitting out the closest standard 1% resistor value?
Any help is appreciated.
Joe Marsiglia Unison Industries
--- You are currently subscribed to vrf as: bill.ossmann@philips.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
--- You are currently subscribed to vrf as: MFord@generalmicrowave.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
--- You are currently subscribed to vrf as: rsb@soco.agilent.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Has any one written a routine for comparing a measured resistance value to a
range of standard resistors
and spitting out the closest standard 1% resistor value?
Any help is appreciated.
Joe Marsiglia
Unison Industries
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".