1/x octave binning

Anyone know of any public domain LabView VIs that do FFT >> 1/x octave
bining? I know of the NI sound toolkit, but my company won't spring for the
cost at this time.
I have written a LV 1/3 octave binner but it is kinda slow (not a LV guru,
that's for sure!) and gives strange outputs periodically.
Looking for better examples and I am NOT concerned with filter shapes, etc.
just need simple bining.
thanks
Bob
kb8tl AT yahoo DOT com

Hi,
Thank you, Edward, for this piece of code.  There aren’t any other open source octave analysis VIs that I am aware of.  But if there are any other members of the community that have access to or created other sound and vibration VIs, I would encourage them to post to this forum. 
KennyWRX – I did not have any problems opening up Edward’s VI.  Could you go into more detail about which specific VIs are missing.  Also, what version and package (i.e., base, full, etc.) of LabVIEW did you purchase?
Regards,
Ed W.
Applications Engineer
National Instruments

Similar Messages

  • Fractional transfer function

    Hello
    I am using Frequency response function from sound and vibration toolkit and getting Magnitude, Phase and Linear frequency. I want to do the frequency response function in such a way that I get my results in fractional octave analysis (meaning I want the magnitude, phase averaged for that particular frequency band octave, 1-3 octave).
    Again Frequency response function where the frequency scale is not linear but represents 1-3 octave bands and the appropriate values for magnitude and phase.
    Any suggestions
    Thanks
    Ankit

    Hello Ankit,
    The Sound and Vibration toolkit contains several VIs and examples for performing octave analysis.  The manual for this toolkit has several pages of information on octave analysis (start at page 10-1).  There are also several shipping examples with the toolkit that provide some great getting started information.  From LabVIEW click Help -> Find Examples.  This will open the NI Example Finder that locates all of the shipping examples installed on your computer.  Follow the path Toolkits and Modules -> Sound and Vibration -> Analyzing and Processing Signals -> Octave Measurements.  In this folder there are several examples that use the octave analysis VIs for performing a magnitude measurement. 
    You can find the VIs used for octave analysis by searching for “octave” from the functions palette or by following the path Addons -> Sound and Vibration -> Octave Analysis in the functions palette.  These VIs do not perform a phase measurement for the octave analysis, so it would necessary for you to write your own algorithm to analyze the phase of the octave bins. 
    Regards,
    Browning G
    FlexRIO R&D

  • [REQUEST] octave-forge

    I've tried such a PKGBUILD written according to octave-forge documentation but after compilation it doesn't copy files to $startdir/pkg/*
    Any idea?
    pkgname=octave-forge
    pkgver=2004.11.16
    pkgrel=1
    pkgdesc="Extra Octave functions"
    url="http://octave.sourceforge.net"
    depends=('octave' 'gcc-g77' 'readline' )
    source=(http://dl.sourceforge.net/sourceforge/octave/$pkgname-$pkgver.tar.gz)
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make -k
    make check
    make icheck
    make || return 1
    make prefix=$startdir/pkg/usr install
    error: /var/abs/local/octave-forge/src/octave-forge-2004.11.16/extra/graceplot/_
    _grsetgraph__.oct is not a valid shared library
    error: `__grsetgraph__' undefined near line 37 column 3
    error: called from `oneplot' in file `/var/abs/local/octave-forge/src/octave-for
    ge-2004.11.16/extra/graceplot/alternatives/oneplot.m'
    make: *** [icheck] Error 1
    Processing extra/
    make[1]: Entering directory `/var/abs/local/octave-forge/src/octave-forge-2004.1
    1.16/extra'
    Processing extra/graceplot/
    Processing extra/linear-algebra/
    Processing extra/mex/
    make[2]: Entering directory `/var/abs/local/octave-forge/src/octave-forge-2004.1
    1.16/extra/mex'
    if ! test -e /usr/libexec/octave/2.1.70/site/oct/i686-pc-linux-gnu/octave-forge
    ; then
    echo creating /usr/libexec/octave/2.1.70/site/oct/i686-pc-linux-gnu/octave-for
    ge ;
    /bin/install -c -d /usr/libexec/octave/2.1.70/site/oct/i686-pc-linux-gnu/octav
    e-forge ;
    fi
    creating /usr/libexec/octave/2.1.70/site/oct/i686-pc-linux-gnu/octave-forge
    /bin/install: cannot create directory `/usr/libexec/octave/2.1.70/site/oct/i686-
    pc-linux-gnu/octave-forge': Permission denied
    make[2]: *** [install] Error 1
    make[2]: Leaving directory `/var/abs/local/octave-forge/src/octave-forge-2004.11
    .16/extra/mex'
    make[1]: *** [mex/] Error 2
    Processing extra/symband/
    Processing extra/testfun/
    Processing extra/tsa/
    make[2]: Entering directory `/var/abs/local/octave-forge/src/octave-forge-2004.1
    1.16/extra/tsa'
    /bin/install -c -d /usr/share/octave/2.1.70/site/m/octave-forge/NaN
    /bin/install: cannot create directory `/usr/share/octave/2.1.70/site/m/octave-fo
    rge': Permission denied
    make[2]: *** [install] Error 1
    make[2]: Leaving directory `/var/abs/local/octave-forge/src/octave-forge-2004.11
    .16/extra/tsa'
    make[1]: *** [tsa/] Error 2
    make[1]: Target `install' not remade because of errors.
    make[1]: Leaving directory `/var/abs/local/octave-forge/src/octave-forge-2004.11
    .16/extra'
    Processing FIXES/
    make[1]: Entering directory `/var/abs/local/octave-forge/src/octave-forge-2004.1
    1.16/FIXES'
    installing FIXES to /usr/share/octave/2.1.70/site/m/octave-forge/FIXES
    /bin/install: cannot create directory `/usr/share/octave/2.1.70/site/m/octave-fo
    rge': Permission denied
    /bin/install: installing multiple files, but last argument, `/usr/share/octave/2
    .1.70/site/m/octave-forge/FIXES' is not a directory
    Try `/bin/install --help' for more information.
    /bin/install: cannot create directory `/usr/libexec/octave/2.1.70/site/oct/i686-
    pc-linux-gnu/octave-forge': Permission denied
    cp: `/usr/libexec/octave/2.1.70/site/oct/i686-pc-linux-gnu/octave-forge': specif
    ied destination directory does not exist
    Try `cp --help' for more information.
    make[1]: Leaving directory `/var/abs/local/octave-forge/src/octave-forge-2004.11
    .16/FIXES'
    Processing main/
    make[1]: Entering directory `/var/abs/local/octave-forge/src/octave-forge-2004.1
    1.16/main'
    Processing main/audio/...
    Processing main/comm/...
    make[2]: Entering directory `/var/abs/local/octave-forge/src/octave-forge-2004.1
    1.16/main/comm'
    make[3]: Entering directory `/var/abs/local/octave-forge/src/octave-forge-2004.1
    1.16/main/comm/doc'
    /bin/install: cannot create directory `/usr/share/octave/2.1.70/site/m/octave-fo
    rge': Permission denied
    /bin/install: cannot create regular file `/usr/share/octave/2.1.70/site/m/octave
    -forge/comm': No such file or directory
    make[3]: *** [install] Error 1
    make[3]: Leaving directory `/var/abs/local/octave-forge/src/octave-forge-2004.11
    .16/main/comm/doc'
    make[2]: *** [doc] Error 2
    make[2]: Target `install' not remade because of errors.
    make[2]: Leaving directory `/var/abs/local/octave-forge/src/octave-forge-2004.11
    .16/main/comm'
    make[1]: *** [comm/] Error 2
    Processing main/fixed/...
    make[2]: Entering directory `/var/abs/local/octave-forge/src/octave-forge-2004.1
    1.16/main/fixed'
    make[3]: Entering directory `/var/abs/local/octave-forge/src/octave-forge-2004.1
    1.16/main/fixed/doc'
    /bin/install: cannot create directory `/usr/share/octave/2.1.70/site/m/octave-fo
    rge': Permission denied
    /bin/install: cannot create regular file `/usr/share/octave/2.1.70/site/m/octave
    -forge/fixed': No such file or directory
    make[3]: *** [install] Error 1
    make[3]: Leaving directory `/var/abs/local/octave-forge/src/octave-forge-2004.11
    .16/main/fixed/doc'
    make[2]: *** [doc] Error 2
    make[2]: Target `install' not remade because of errors.
    make[2]: Leaving directory `/var/abs/local/octave-forge/src/octave-forge-2004.11
    .16/main/fixed'
    make[1]: *** [fixed/] Error 2
    Processing main/general/...
    Processing main/geometry/...
    Processing main/gsl/...
    Processing main/image/...
    Processing main/io/...
    Processing main/linear-algebra/...
    Processing main/miscellaneous/...
    Processing main/optim/...
    Processing main/plot/...
    Processing main/signal/...
    Processing main/sparse/...
    Processing main/specfun/...
    Processing main/splines/...
    Processing main/strings/...
    Processing main/struct/...
    Processing main/symbolic/...
    make[1]: Target `install' not remade because of errors.
    make[1]: Leaving directory `/var/abs/local/octave-forge/src/octave-forge-2004.11
    .16/main'
    Processing nonfree/
    make[1]: Entering directory `/var/abs/local/octave-forge/src/octave-forge-2004.1
    1.16/nonfree'
    skipping gpc/ splines/
    intalling no packages
    make[1]: Leaving directory `/var/abs/local/octave-forge/src/octave-forge-2004.11
    .16/nonfree'
    Installation complete.
    To use, add the following to .octaverc:
    LOADPATH = [ '/usr/libexec/octave/2.1.70/site/oct/i686-pc-linux-gnu/octave-fo
    rge:/usr/share/octave/2.1.70/site/m/octave-forge//:', LOADPATH ];
    EXEC_PATH = [ '/usr/libexec/octave/2.1.70/site/exec/i686-pc-linux-gnu:', EXEC
    _PATH ];
    To uninstall, remove the following:
    MPATH = /usr/share/octave/2.1.70/site/m/octave-forge
    OPATH = /usr/libexec/octave/2.1.70/site/oct/i686-pc-linux-gnu/octave-forge
    XPATH = /usr/libexec/octave/2.1.70/site/exec/i686-pc-linux-gnu
    ALTMPATH = /usr/share/octave/2.1.70/site/octave-forge-alternatives/m
    ALTOPATH = /usr/libexec/octave/2.1.70/site/octave-forge-alternatives/oct/i686
    -pc-linux-gnu
    Some FIXES may be out of date. Check the scripts in:
    /usr/share/octave/2.1.70/site/m/octave-forge/FIXES
    /usr/libexec/octave/2.1.70/site/oct/i686-pc-linux-gnu/octave-forge
    against those in your version of Octave.
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .PKGINFO file...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Finished making: octave-forge (śro cze 1 20:49:56 CEST 2005)

    After modifications and building dependencies (GiNaC, qhull), the package of octave-forge is created but there are 2 problems:
    1) size of the package is too large (144MB),
    2) during the run of octave, errors occurs.
    Another 2 dependencies are required: gsl and cln (to install from Arch repositories)
    pkgname=octave-forge
    pkgver=2004.11.16
    pkgrel=1
    pkgdesc="Octave m-files and toolboxes"
    url="http://octave.sourceforge.net"
    depends=('octave' 'gcc-g77' 'readline' 'gsl' 'GiNaC' 'qhull' 'gmp' 'imagemagick')
    source=(http://dl.sourceforge.net/sourceforge/octave/$pkgname-$pkgver.tar.gz)
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure
    --prefix=/usr
    --with-mpath=$startdir/pkg/usr/share/octave/2.1.70/site/m/octave-forge
    --with-opath=$startdir/pkg/usr/libexec/octave/2.1.70/site/oct/i686-pc-linux-gnu/octave-forge
    --with-xpath=$startdir/pkg/usr/libexec/octave/2.1.70/site/exec/i686-pc-linux-gnu
    --with-altmpath=$startdir/pkg/usr/share/octave/2.1.70/site/octave-forge-alternatives/m
    --with-altopath=$startdir/pkg/usr/libexec/octave/2.1.70/site/octave-forge-alternatives/oct/i686
    make -k || return 1
    make check
    make icheck
    make prefix=$startdir/pkg/usr install
    PKBUILDS for octave-forge dependencies not included in Arch:
    pkgname=qhull
    pkgver=2003.1
    pkgrel=1
    pkgdesc="Qhull computes the convex hull, Delaunay triangulation etc."
    url="http://www.qhull.org"
    license="GPL"
    depends=()
    makedepends=()
    conflicts=()
    replaces=()
    backup=()
    install=
    source=(http://www.qhull.org/download/$pkgname-$pkgver.tar.gz)
    md5sums=()
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    pkgname=GiNaC
    pkgver=1.3.1
    pkgrel=1
    pkgdesc="GiNaC is Not a CAS - Computer Algebra System"
    url="http://www.ginac.de"
    license="GPL"
    depends=()
    makedepends=('cln>=1.1.9' 'transfig')
    conflicts=()
    replaces=()
    backup=()
    install=
    source=(ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/$pkgname-$pkgver.tar.bz2)
    md5sums=()
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make html || return 1
    make dvi || return 1
    make ps || return 1
    make pdf || return 1
    make check || return 1
    make DESTDIR=$startdir/pkg install

  • Java bridge to octave

    : why the file.txt is not created?
    import java.io.BufferedWriter;
    import java.io.File;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.text.DecimalFormat;
    import java.util.Scanner;
    public class BridgeToOctave {
        //jMatrix the normalized matrix
        public static double[][] imageReshape(double[][] normalizedMatrix, int sameHeight, int sameWidth)
            StringBuilder octaveCommands =
                    createOctaveCommand(normalizedMatrix, sameHeight, sameWidth);
            System.out.println("octave command created");
            executeViaTerminal(octaveCommands);
            System.out.println("octave command executed");
            double[][] reshapedM = readFile(sameHeight, sameWidth);
            if(reshapedM == null){
                System.err.println("Null matrix! ERROR");
                System.exit(1);
            System.out.println("the reshaped matrix was loaded");
            return(reshapedM);
        } //end of method
        private static StringBuilder createOctaveCommand(double[][] normalizedMatrix, int sameHeight, int sameWidth){
            StringBuilder octaveCommands = new StringBuilder("A=[");
            try{
                int rows = normalizedMatrix.length;
                int cols = normalizedMatrix[0].length;
                 //System.out.println("rows = " + rows);
                 //System.out.println("width = " + cols );
                 rows = rows - 1;
                 cols = cols -1;
                //read the normalized matrix
                 //System.out.println("Reading the normalized matrix");
                 for(int i=0; i< rows; i++){
                     for(int j=0; j< cols; j++ ){
                         octaveCommands.append(normalizedMatrix[i][j] + " ");
                     octaveCommands.append(";");
                octaveCommands.append("];");
                //now lets call the imresize function via octave
                octaveCommands.append(" resizedA = imresize(A, [" +
                        sameHeight + " " + sameWidth +
                        "]" + "," + "'bicubic'); ");
                //and then save that resized image as an array, in fileTxt.txt
                octaveCommands.append("save ('-text', '/home/elias85/file.txt', 'resizedA');");
                return(octaveCommands);
            }catch(Exception e){
                e.printStackTrace();
                return(null);
        private static void executeViaTerminal(StringBuilder octaveCommands){
            BufferedWriter out;
            try {
                out = new BufferedWriter(new FileWriter(new File("/home/elias85/commands.m")));
                //now parse the octave commands to the commandsMFile.m fileTxt
                out.write(octaveCommands.toString());
                //System.out.println("wrote commands to file");
                out.close();
                //now lets EXECUTE this fileTxt with octave
                Runtime r = Runtime.getRuntime();
                String cmd[] = { "/usr/bin/octave", " /home/elias85/commands.m"};
                //System.out.println("> octave /home/elias85/commands.m");
                Process p = r.exec(cmd);
                r.gc();
                p.destroy();
            } catch (IOException ex) {
                ex.printStackTrace();
        private static double[][] readFile(int sameHeight, int sameWidth){
            try{
                      File fileTxt = new File("/home/elias85/file.txt");
                      // Create a scanner to read the fileTxt
                      //System.out.println("creating scanner");
                      Scanner scanner = new Scanner (fileTxt);
                      //String unused = null;
                      //System.out.println("About to ignore the 1st 5 lines");
                      for(int i =0; i< 5; i++) //5 comment lines in the octave saved fileTxt
                          /*unused  += */scanner.nextLine();
                      //System.out.println("unused string = " + unused);
                      double[][] reshapedM = new double[sameHeight][sameWidth];
                      DecimalFormat df = new DecimalFormat("#.#####");
                      for(int i=0; i<sameHeight; i++){
                          for(int j=0; j<sameWidth; j++){
                              reshapedM[i][j] = Double.parseDouble(df.format(scanner.nextFloat()));
                      fileTxt.delete();
                      scanner.close();  //close the scanner
                      return(reshapedM);
                  }catch(Exception e){
                      e.printStackTrace();
                      return(null);
    } //end of classthis is a Java-Octave bridge. Even though it seems working, when it executes it can't find the file.txt file.why is that? i tell octave to save to file.txt file.when I do the same using the linux console then the file.txt is created fine

    You cannot delete a file which which is open. Close the scanner before attempting to delete the file.
    when it executes it can't find the file.txt file.why is that?Try checking that txtFile.exists() and txtFile.canRead()
    What is the exact exception?

  • Fractional Octave Analysis

    My current application reads from six microphones in a reverb room, averages the signals and reports the data as a single source.  In the interest of tonal diagnostics we would like to be able to record data in full and 1/3 octaves at the same time.  Since I could not find a single vi in the sound and vibration tool-kit that does this I wrote a quick program that processes the same signal through the SVT Fractional-octave Analysis.vi, one defaulted to read full octave and the other is user selectable but will generally be used to read 1/3 octave.  My issue occurs when I go to check the accuracy of the readings, it is my understanding that the log sum of the bands for the 1/3 octave for example should equal the value given for the frequency in the full octave band.  So if i look at 50, 63, and 80 in the 1/3 octave band their sum should be the value given at 63 for full octave band.  I'm using the equation Lp = 10*log(10^(L1/10)+10^(L2/10).......+10^(Ln/10)).  A set of readings I've taken looks like this:
    Full Octave
    63 - 43.6
    1/3 Octave
    50 - 37.3
    63 - 37.3
    80 - 39.4
    Lp = 10*log(10^(37.3/10)+10^(37.3/10)+10^(39.4/10))
    Lp = 42.9
    My calculated value of 42.9 and read value of 43.6 are close but I don't understand why the discrepancy is even there if its off the same signal.  Any suggestions?  I know this is a fairly long post, thanks in advance.
    LabVIEW 2012 - Windows 7
    CLAD

    Hi MeCoOp,
    The reason for these discrepancies is because of how octave analysis is implemented. Doing a straight sum of the bins assumes a brick wall filter between the different bands whereas in actuality these filters have skirts. These skirts overlap and to sum up the powers would need to take into account these filter characteristics. Since these skirts level out over an infinite bandwidth, you'll see that the power amongst the whole signal is the same when calculated as either full octave or 1/3 octave.
    For more information regarding Octave Analysis and the ANSI/IEC standards, please look at this link.
    http://zone.ni.com/devzone/cda/tut/p/id/101
    PBear
    NI RF

  • My ITunes gift card I brought, the Reemdem code had bin wide out so I can no longer see that code what do I do

    My ITunes gift card I brought, the Reemdem code had bin wide out so I can no longer see that code what do I do?

    "bin wide out"?
    If you mean you cannot read the code on the back of the card take it back to the store you purchased it from. If the numbers are not visable because you scratched them out I don't know if the store will replace or refund that. If you can read some of the numbers you could just keep trying a combination of letters and numbers to replace the missing ones. This will take a while depending on how many inputs are missing. You will have to use 0 through 9 and I am guessing A through Z.

  • I moved itunes file to external hard drive and want to move the file on my pc to recycle bin. When I move i get an error message that it cannot delete ituneshelper.dll access is denied. Can I move that file to the recycle bin?

    I am trying to free up space on my pc and moving itunes files to external hard drive. I have followed instructions and believe I have file copied to new drive, but I am having trouble moving file to recycle bin as the instructions say. I am getting the following error message: cannot delete ituneshelper.dll:access denied, make sure disk is not full or write protected and file not in use. I know the file is not in use when trying to move. Any help would be most appreciated. I am on Windows XP.

    Yes. And you should not have moved that folder. Put it back. To move your iTunes library move the folder from User's Music.
    tt2

  • Can not see all the clips in large Icon view in my bin

    I arranged my clips in a bin in large Icon view but i can not see all the clips in the bin while in that mode. I see the clips when in list mode or when i drag them out of the bin into the main bin. As soon I drag them back in large icon view bin they do not show up, when going back in list view they are there.
    Any idea
    Also my daughter accidently pulled the electrical plug, which turned my external hard drive off. So the media was off line. I hit reconnect the clip but the clip does not show as connected in the bin it keeps the Media offline icon but putting the clip in the viewer or time line it plays it. So the clip is reconnected
    hope anybody can help with those two issues thanks

    Nick
    thanks for your message it helped to show the clips. Here how I solved it. I put the clips i could not see in large Icon view, to the Project folder. Even in the project folder I was only seeing the clips with Thumbnail in list view. When i hit large Icon view the clips disappeared, and they could not have been lower down as i only have about 5 folders in the project. I then clicked arrange the clip by name and they showed up again. Like that i dragged the clip back in to its bin and it showed up. The reason for going back and forth I arranged the clips manually in the bin before and when hitting arrange by name it spread them to far apart and put the clips not in a sequence I liked.
    for the second part I followed Neil's suggestion it worked.

  • Sehr geehrte Damen und Herren  Seit rund einem Jahr bin ich Abonnent der Creative Cloud. Ich stelle nun folgendes fest:  1.Das Programm Creative Cloude Desktop lässt sich nicht installieren. Die Installation bricht mit einem Fehler ab. 2.Ich kann Creative

    Sehr geehrte Damen und Herren
    Seit rund einem Jahr bin ich Abonnent der Creative Cloud. Ich stelle nun folgendes fest:
    1. Das Programm Creative Cloude Desktop lässt sich nicht installieren. Die Installation bricht mit einem Fehler ab.
    2. Ich kann Creative Cloude Desktop nicht mehr aus meinem System deinstallieren. Abbruch mit Fehlermeldung.
    3. Ihr System verweigert mein Login in mein Adobe Konto. Auch eine Neueröffnung eines Adobe Kontos bricht mit Fehlermeldung ab.
    Ich verstehe nicht, was ich falsch mache und bitte um Erläuterung. Ihre umfangreichen Hilfeseiten helfen mir hier nicht weiter.
    Danke und Gruss
    Lukas Marbacher
    Lukas Marbacher
    Hammerstrasse 7, 6312 Steinhausen
    041 741 86 92
    [email protected]

    Hallo Lukas,
    als Erstes vielleicht dieses: Wir hier im Forum sind Anwender wie Du und ich. Nur hin und wieder taucht hier jemand der Adobe Mannschaft auf.
    Zum Thema:
    So seltsam es erscheinen mag, aber das ist wohl wieder eine Sache für das Cleaner Tool.
    Manchmal - aus welchen Gründen auch immer - will" CC (auch bei mir) nicht richtig arbeiten. In diesem Fall solltest Du CC komplett löschen (nicht nur mit PC-Bordmitteln) und neu installieren und zwar mit Hilfe des "Adobe Creative Cloud Cleaner Tool".
    Ich zitiere: Mit dem Cleaner Tool für Adobe Creative Cloud (CC) können Installationsprobleme bei Adobe Creative Cloud- und Adobe Creative Suite (CS3-CS6)-Anwendungen behoben werden. Das Tool kann Installationsdaten von Prerelease-Installationen von Creative Cloud- und Creative Suite-Anwendungen bereinigen. Es entfernt keine Installationsdaten aus früheren Versionen von Adobe Creative Cloud- oder Creative Suite-Produkten.
    Hier der Link: http://helpx.adobe.com/de/creative-suite/kb/cs5-cleaner-tool-installation-problems.html . Bitte beachte unbedingt die dort vorgeschriebenen Folge der Operationen.
    Dann wäre da noch dieser Tipp: Manchmal ist aber auch die (zu löschende) Datei "opm.db" im Adobe OOBE Verzeichnis der Übeltäter.
    Falls erforderlich und Du weitere Fragen hast benutze den Chat, wenn er "offen" ist, ich hatte damit gute Erfahrungen. Siehe Contact Customer Care = http://helpx.adobe.com/contact.html
    Hans-Günter

  • Lock items in a bin

    How do I lock items in a bin so that sequences can't be launched, clips cannot be bent, folded or mutilated? Ideally, can I lock a bin up so it can't even be opened? (assistant editor is going to capture a bunch of tapes for me and I want to eliminate risk of anything being disturbed) thanks.

    Sorry... sarcasm caused by frustration at my current edit job.
    I've never come accross, or heard of any locking feature in the Browser of FCP. I think it would be unneccessary... well, seeing as you brought it up, i can kind of understand why it might be handy for a short-term solution to keeping Bins safe... but...
    I think the safest way is as Jim said, just start a new project for the assistant and get all the new tapes captured to it and then copy them over into your master project.
    all the best
    J

  • What is the diffrence between ASCII and BIN mode

    Hello All,
    What is the diffrence between ASCII and BIN mode
    Regards,
    Lisa.

    'ASC' :
    ASCII format. The table is transferred as text. The conversion exits are
    carried out. The output format additionally depends on the parameters
    CODEPAGE, TRUNC_TRAILING_BLANKS, and TRUNC_TRAILING_BLANKS_EOL.
    'IBM' :
    ASCII format with IBM codepage conversion (DOS). This format correspond
    to the 'ASC' format when using target codepage 1103. This codepage is
    often used for data exchange by disc.
    'DAT' :
    Column-by-column transfer. With this format, the data is transferred as
    with ASC text. However, no conversion exists are carried out and the
    columns are separated by tab characters. This format creates files that
    can be uploaded again with gui_upload or ws_upload.
    'DBF' :
    The data is downloaded in dBase format. Because in this format the file
    types of the individual columns are included, import problems, for
    example, into Microsoft Excel can be avoided, especially when
    interpreting numeric values.
    'WK1' :
    The data is downloaded in Lotus 1-2-3 format.
    'BIN' :
    Binary format. The data is transferred in binary format. There is no
    formatting and no codepage conversion. The data is interpreted row by
    row and not formatted in columns. Specify the length of the data in
    parameter BIN_FILESIZE. The table should consist of a column of type X,
    because especially in Unicode systems the conversion of structured data
    into binary data leads to errors.

  • In photos: I have tried to select and delete some duplicate pictures that I transferred from my other iPhone 5S on this new iPhone 5S and when I select the only options available is moving the photos or email/text. I cannot put in trash bin

    iPhone 5s photos/video,deleting duplicate photos and video transferred from other iPhone 5s &amp; iPhone 4S
    I have tried selecting photos and videos to throw them in trash bin, but the trash bin doesn't work when pressing and or clicking on it
    I would like to know how to get rid of the unwanted and duplicate pictures that I've transferred from my other iPhones. 
    If someone could please help me, I would greatly appreciate it !!
    Thank you so much,
    Ginger

    How did you transfer the photos from your other iPhone? If you did it by importing them from the old phone to a computer and then used iTunes to sync them back to the new phone, then you would delete them by syncing again using iTunes but this time change the selection of which photos are to be synced. Each time you sync using iTunes, it sets the non-Camera Roll photos on the phone to match the current settings/selection in iTunes.

  • Using GetResource to get a file from a different folder than bin

    Hi guys,
    here is the line of code I am working with:
    final static URL musicD = Sound.class.getResource("Sound//MusicD.mid")this loads MusicD.mid from the project/bin/Sound folder. However, SVN messes up my bin folder badly, how can I get a resource from the project folder, or better yet project/sound folder as opposed to the bin folder? Thanks!
    P.S. I am on a tight deadline, so a straight answer would be very helpful, what I dont need is more smug advice! =) thanks!

    hiwa wrote:
    Christ_Guard wrote:
    Hi guys,
    here is the line of code I am working with:
    final static URL musicD = Sound.class.getResource("Sound//MusicD.mid")this loads MusicD.mid from the project/bin/Sound folder. However, SVN messes up my bin folder badly, how can I get a resource from the project folder, or better yet project/sound folder as opposed to the bin folder? The syntax is wrong. Besides, what is your current current directory from where your application is launched? Is it in a jar file?Thanks for the honest help, I really appreciate it! I am working out of eclipse and compiling it there, so it is not yet a jar file. How would you suggest fixing the syntax to work?
    P.S.
    the directory I am working from is this:
    C:\Users\Christian\TCSS 305 Workspace\shielc-tetristhis directory has the src and bin directories, yet I dont know how to get the resources from this directory instead of the bin directory.

  • Importing swf from bin-release to Flash Professional..

    Hello,
    I'm trying to take a .swf from the bin-release folder from Flash Builder and import it into Flash Professional CS5 and it doesn't work. Here are the steps I have taken:
    I'm using the following simple code in FlashBulder
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" width="
    1200" height="450" backgroundColor="
    #cc5500" 
    >
    <mx:Canvas color="#ffffff"backgroundColor="
    #000000"width="
    100%" height="100%" 
    >  
    </mx:Canvas>
    </mx:Application>
    I create a project (Project->Export Release Build)
    I copy the .swf from the bin-release folder to my desktop.
    Finally I open Flash Professional CS5 create a new .fla and try to import the swf using File->Import->Import to Stage but nothing happens.
    I can import other swfs that I have created from Flash Professional successfully.
    Does anyone know what I might be doing wrong?
    Thanks in Advance.

    The solutions is to navigate to the Flex Compiler tab
    (Project>Properties) and add the
    “-use-network=false” argument to the “Additional
    compiler arguments” line.

  • Downloads from Safari going to trash bin

    Hello,
    Whenever I download files from Safari they go to the Trash bin. It's only with direct downloads using Safari as iTunes and other program downloads/updates go to the appropriate locations. I obviously messed something up (probably deleted some important download files or pathway) and I don't know how to fix it. Any help would be greatly appreciated. Sorry for the basic question.
    Thank you!

    If I want to create a Download folder on the desktop that Safari will download to, I'm thinking I should create it at the Macintosh HD level so that it would be at the same level as the Applications and Documents folders, right?
    No. That level is for system-wide folders. There shouldn't be a Documents folder there. Documents should be in your home folder, along with a Downloads folder. If you really want the Downloads folder on the desktop, Command-Option-Drag it there. That will create an alias to it on the desktop but leave the folder in its normal location.
    Instead of putting it on the desktop, why not drag it to the dock (to the right of the divider bar) or to the Finder sidebar (lower section)?

Maybe you are looking for

  • How to install in design cs6? I get an error 11 message and it crashes.

    What is an error 11? It crashes and says that everything wasn't installed. I uninstalled In Design and am first trying to install the Applications Manager Enterprise. What on earth is this? The directions said to install all downloadable components a

  • Lost servlets

    The BASIS team restarted our PI system.  The system came up seemingly okay.  However, we found that messages were not processing.  When trying to log into NWA we would get this message: com.sap.engine.services.servlets_jsp.server.exceptions.ServletNo

  • First web site

    hi all, have been working on my first site please have a look and tell me what you think http://web.mac.com/gareth.barlow/iWeb/mac%20time/Home.html it's not complete but just looking for some views on it, are there too many pages and are the colors o

  • No such element exception when applet window closed

    My applet can throw a NoSuchElementException as it closes during sudden death. The Java Console reports: Exception in thread "AWT-EventQueue-2" java.util.NoSuchElementException      at java.util.LinkedList.getFirst(Unknown Source)      at java.awt.Se

  • Cost center assigned to which group

    Hi, Can someone guide me how to ascertain which cost center is assigned to which group? for eg: i want to know cost center 4000xxxx is assigned to which cost center group? is there a standard t code in sap to ascertain the same? Thanks in advance Raj