Sponsored Content
Operating Systems OS X (Apple) The Alternate DC board for AudioScope.sh. Post 302947893 by wisecracker on Tuesday 23rd of June 2015 02:50:11 PM
Old 06-23-2015
Hi C'688...

I can't as the real values will eventually be determined by trial and error on the initial build and calibration phases. the V to F relationship is none linear and will range from about 700Hz to 2800Hz; (anywhere in that region depending on the voltage).
As I have pointed out the longhand method works but it is not a lookup table and looks mighty ugly...
Each of the 16 possible values will have its own frequency range as its lookup.
 

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Board Maintenance

Just a remark now the board has grown to considerable proportion. I see too little of an active hand(s) maintaning the boards, clipping away dead posts, moving posts that were created in the wrong forums etc. It's a bit tiring to see alot of threads ending in: this has been covered before, do a... (7 Replies)
Discussion started by: patvdv
7 Replies

2. What is on Your Mind?

AudioScope has had a magazine review. <shock>

Hi Admin and Staff... Thanks for hosting AudioScope.sh on this site. I have had the biggest surprise of my life today. This months issue of the UK Linux magazine "Linux Format" have done a small piece on the project. Issue April 2014, LXF 182, page 65... This I never expected and I... (1 Reply)
Discussion started by: wisecracker
1 Replies

3. OS X (Apple)

AC to DC trigger pulse for AudioScope.sh.

Hi all... Has _below_ ever been done in UNIX shell scripting before? (I have done this easily in Python but this is using purely the shell.) The DEMO version IS built and has been tested. Pre-amble... I now need at least one control pulse for the AudioScope.sh when in PURELY audio I/O mode,... (2 Replies)
Discussion started by: wisecracker
2 Replies

4. Shell Programming and Scripting

Experimental awk audio converter for CygWin and AudioScope.sh

Development machine:- Standard MBP 13 inch, OSX 10.7.5... GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11) Copyright (C) 2007 Free Software Foundation, Inc. Scenario:- Audio capture for AudioScope.sh for CygWin without ANY third party installs. I am trying my hardest to get a... (6 Replies)
Discussion started by: wisecracker
6 Replies

5. How to Post in the The UNIX and Linux Forums

Board not present

Can please somebody tell me what could be the reason for the following error (Unix Motorola Server): /usr/etc/ce3/s374: Board at address 0xff10000 not present - Entry skipped. /dev/lpc2: I/O error I already replaced the board 374 on the server, but I have the same problem. Thank you! (1 Reply)
Discussion started by: dma
1 Replies

6. What is on Your Mind?

AudioScope...

Boy oh boy, with only a MONO mic input to use AudioScope gets much more difficult when the ALTDC board is included. It needs, so far, two hits at the MIC input with a single hit at the HEADPHONE audio output. The first at the highest practical resolution for the AC component and the second... (0 Replies)
Discussion started by: wisecracker
0 Replies

7. OS X (Apple)

The DC Control and Timer boards for AudioScope.sh...

Hi all... Apologies for any typos... For those intersted in the AudioScope the next construction is finished. I have not been totally idle but working out the hard stuff to be able to be very simple to build. It is a single transistor simple timer that lasts for about 1.2 to 1.8 seconds.... (2 Replies)
Discussion started by: wisecracker
2 Replies

8. UNIX for Advanced & Expert Users

Has AudioScope found a bug in bash 4.4.5?

Using AudioScope.sh on Ubuntu 17.04 from a live DVD disc I came across an error. Consider the code below it is a MUCH shortened version of the KEYBOARD input in AudioScope. #!/bin/bash bash --version uname -a status=0 KEYBOARD() { read -r -p "Enter QUIT or EXIT to quit:- " kbinput if ||... (11 Replies)
Discussion started by: wisecracker
11 Replies

9. OS X (Apple)

AudioScope Project.

AudioScope Project. (Apologies for any typos.) For the few following...... AudioScope.sh... Now at Version 0.60.00. Well this baby has come a long way since its inception in January 2013. It is now at Version 0.60.00. It is MUCH more Apple centric now with a new OSX Sierra minimum _silent_... (7 Replies)
Discussion started by: wisecracker
7 Replies
comedi_calibrate(8)					      System Manager's Manual					       comedi_calibrate(8)

NAME
comedi_calibrate - COMEDI calibration utility SYNOPSIS
comedi_calibrate [-f /dev/comediN] DESCRIPTION
comedi_calibrate is used to autocalibrate comedi devices. Some comedi devices have the ability to measure internal stable voltage refer- ences and control gains and offsets using programmable DACs. On these devices, comedi_calibrate determines the proper values to feed into the programmable calibration DACs. These calibration settings are then saved to a file, which can be fed to comedi_apply_calibration() and related functions. If comedi_calibrate finds an existing calibration file, it will not perform a new calibration by default. It will simply read its calibra- tion information from the file. This behaviour may be overridden with the --calibrate option, to force a new calibration to be performed. After obtaining the calibration information for the board, comedi_calibrate will then apply a calibration setting appropriate for the spec- ified subdevice, channel, and range (see the --subdevice , --channel , and --range options below). See the comedilib documentation for comedi_apply_calibration() for more information. comedi_calibrate prints a lot of debugging information as it runs. LIMITATIONS
comedi_calibrate only works on boards that it understands. For boards that are known to have autocalibration ability, but are not cur- rently supported, comedi_calibrate will output basic debugging information that is useful for the author to add support for your device. Please send this output to him. EXAMPLES
comedi_calibrate --file /dev/comediN If no default calibration for /dev/comediN already exists, perform a calibration and save results to default location. comedi_calibrate --calibrate Perform a calibration, using existing calibration (if it exists) as starting point. comedi_calibrate --reset --calibrate Perform a fresh calibration and save results to default location. comedi_calibrate --no-calibrate --subdevice subd --range range --save-file cal_file Apply calibration for subdevice subd, range range, using the settings in the calibration file cal_file. OPTIONS
comedi_calibrate recognizes the following options: -a aref, --aref aref Along with --channel, --range and --subdevice, this specifies which calibration you want comedi_calibrate leave applied to the board. The default is 0. --[no-]calibrate Force calibration to be performed (or not). By default, comedi_calibrate will only perform a new calibration if no existing cali- bration file is found (see --save-file). -c channel,--channel channel Along with --subdevice, --range and --aref, this specifies which calibration you want comedi_calibrate to leave applied to the board. The default is 0. --[no-]dump Perform (or not) dump of various information about state of calibration prior to performing new calibration. -f /dev/comediN,--file /dev/comediN Perform calibration on device /dev/comediN. --help Print help for options then exit. -q, --quiet Don't generate output to stdout. -r range, --range range Along with --channel, --subdevice and --aref, this specifies which calibration you want comedi_calibrate to leave applied to the board. The default is 0. --[no-]reset Reset (or don't reset) calibration subdevice to a reasonable starting point before performing calibration. The default is --no-reset. If --no-reset is used, the calibration routine will try to use an existing calibration (see --save-file) as a starting point. This is useful if a single calibration pass is not sufficient, and you wish to perform another calibration pass starting from the results of the previous pass. --[no-]results Perform (or not) dump of various information about state of calibration after performing new calibration. -S file, --save-file file Save calibration information to specified file, instead of default location. If the file already exists, comedi_calibrate will also use its contents as a starting point for the calibration pass (see --no-reset). -s subdevice, --subdevice subdevice Along with --channel, --range and --aref, this specifies which calibration you want comedi_calibrate to leave applied to the board. The default is 0. -v, --verbose Generate more verbose output to stdout, can be specified multiple times SEE ALSO
comedi(7) VERSION
0.7.x AUTHOR
David Schleef, <ds@schleef.org> Frank Mori Hess, <fmhess@users.sourceforge.net> 2012-06-04 comedi_calibrate(8)
All times are GMT -4. The time now is 11:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy