Jump to content

jcarmody

Members
  • Posts

    951
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by jcarmody

  1. Here's something you can try. I just got it working this afternoon and haven't tested it enough since drastically changing the approach.

    1. unzip the attachment into <LabVIEW>\project
    2. restart LabVIEW
    3. put a "requirements.txt" file in the folder with your LabVIEW project
      • the first line must be the name of the top-level VI (as a relative path from the project's folder)
      • the second line must be blank
      • the third and subsequent must be the requirement ID followed by a tab then the requirement description
      • put free labels in your VIs in the form of [Covers <id>]

    • run Requirements Hatchway from the Tools menu
    • profit

    Tell me how it goes.

    By the way - this is only in LabVIEW 2012 because I can't manage to save it to a previous version. All I get is a folder with its dependencies, but no main VI. I'll try from home in case this is an issue with my installation.

    RequirementsHatchway.zip

  2. I've seen that, only the line was black and there were fewer data points.

    Somehow my mind wandered from here to an old Isaac Asimov short - The Feeling of Power

    [...]

    "Yes. I know," said the little Technician earnestly, "but I start by saying seven times three because that's the way it works. Now seven times three is twenty-one.

    "And how do you know that?" asked the congressman.

    "I just remember it. It's always twenty-one on the computer. I've checked it any number of times."

    "That doesn't mean it always will be though, does it?" said the congressman.

    "Maybe not," stammered Aub. "I'm not a mathematician. But I always get the right answers, you see."

    "Go on."

    I made some progress last night re-reading the material and reviewing some of the lectures, but I may always feel like this technician. :)

    There was an instant's silence and then General Weider said, "I don't believe it. He goes through this rigmarole and makes up numbers and multiplies and adds them this way and that, but I don't believe it. It's too complicated to be anything but hornswoggling."
  3. I appreciate the condolences. Even when it's "expected" it's never really expected.

    Anywho, all I've really been missing in the past to take my CLD (other than the CLAD :) ) is some current hardware experience. So hopefully I can fit the CLAD/CLD/CLA exams in sometime before the end of the year.

    You don't really need any hardware experience for the CLD. And, I FTFY.

    • Like 1
  4. I understand the things you've both written. I also think that I understand that a brute-force approach to the "Three Sum" problem is ~N^3 because it nests loops and operates N*N*N times. I guess I understand that expanding a binary search process will lead to 'log N', but I'd only be guessing and accepting some maths that I've either forgotten or never learned.

    I'm studying Union-Find algorithms this week, too. The programming assignment involves solving a percolation problem. I haven't read the problem statement, but the lectures introduced the concept and I believe I can implement an efficient algorithm because the lecture told me that the "weighted quick-union with path compression" is the best approach.

    I should probably discuss this in Coursera's forums but I like the people here so much! :D I'm going to keep plugging away on the off chance that something will click and I'll learn something. Thanks for your comments.

  5. I don't understand what you mean by 'latch'. It sounds like you want to ignore the occasional error when the input comes to zero (0-2) and keep the output True, but for how long? Perhaps you mean that whatever condition exists at the beginning of execution should persist throughout. Do you want the output to be True if it begins between 3 and 10 and never go False, regardless of changes in the input?

  6. If condition one falls on the range 3 to 10 then it should be latched as True no matter what then.

    if condition two falls on the range 0 to 2 then it should be latched as False and has to reset the condition 1 and vice versa .

    What shoud the output be when the input is less than 0, between 2 and 3 or greater than 10?

  7. I'm not able to get this to work (LV2011, SP1, WinXP with Microsoft Speech SDK 5.1 installed). I don't get any errors, it just doesn't detect when I say something from the list. In addition, when I press the Stop button, Release Session.vi never finishes. If I enabled debugging it will finish, and LabVIEW crashes if I abort it. I wonder if this behavior offers any clues into my bigger problem of not recognizing speech.

  8. Have you taken the Udacity CS101 class?

    No. It looks interesting, though, and I may preview the class to see how they build a web crawler. I had played with Python before and have been able to google answers to the questions I've had.

    I took the CS101 then CS212 class

    That looks like one I'd need to take. How far did you get and what did you think of it?

    How does Coursera compare?

    It hasn't started yet.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.