|
Developing a Photon Counting System for Thermoluminescence Dating Analysis Using NI LabWindows/CVI Software
Implementing an integrated hardware and software system that can date archaeological or historical materials by analyzing emitted luminescence from heated samples.
sine.ni.com/cs/app/doc/p/id/cs-14511
|
|
Making Washing Machines More Reliable With Hardware in the Loop
Increasing reliability standards and testing capabilities of our washing machine electronic control boards and implementing an automatic system for embedded firmware ...
sine.ni.com/cs/app/doc/p/id/cs-14447
|
|
From Concept to Implementation: A Continuous Image Checking System
Capturing odd or unusual display behavior of a product that generates both fast-changing and static images.
sine.ni.com/cs/app/doc/p/id/cs-13987
|
|
Automatically Translating Sign Language
Using pattern matching to identify hand and finger movements to translate Malaysian sign language in real time with more than 80 percent accuracy.
sine.ni.com/cs/app/doc/p/id/cs-14001
|
|
Creating a Model Predictive Control System Using LabVIEW and LabVIEW FPGA
Achieving high computational implementation speed to solve a quadratic programming (QP) problem within one sampling period to meet model predictive control (MPC) ...
sine.ni.com/cs/app/doc/p/id/cs-13967
|
|
Developing a Fuzzy Logic Controller Using the LabVIEW Embedded Module for ARM Microcontrollers
Constructing a user-friendly, low-cost tool to teach college students fuzzy logic control of a DC brushless motor.
sine.ni.com/cs/app/doc/p/id/cs-13922
|
|
Using LabVIEW to Build a Computerized Diagnosis System for Cardiac Arrhythmia
Creating a noninvasive system that can differentiate between a healthy heartbeat and one showing signs of cardiac arrhythmia.
sine.ni.com/cs/app/doc/p/id/cs-14150
|
|
Using Multicore Programming and LabVIEW to Control a Multimotor System
Evaluating the compatibility between a multimotor system and a multicore processor by controlling motors separately using different cores.
sine.ni.com/cs/app/doc/p/id/cs-13928
|
|
Developing Face Recognition Software Using LabVIEW and a Vector Quantization Histogram
Using semiconductor technology to create a complex, PC-based face authentication and recognition system at a lower cost than current methods.
sine.ni.com/cs/app/doc/p/id/cs-14086
|
|
Using LabVIEW to Build an Optical Character Recognition System for Vehicle License Plates
Developing a fully automated, computer-controlled system to detect and recognize vehicle license plate characters under various conditions.
sine.ni.com/cs/app/doc/p/id/cs-14093
|
| Operator | Example | Action | Boolean Equivalent |
|---|---|---|---|
| " " | "temperature monitoring" | Requires two terms to be adjacent to each other. In this example, only documents containing the phrase "temperature monitoring" will be shown. | ADJ |
| + | +temperature | Requires this term to be present as-is, eliminating the use of synonyms. This search query can be used in conjunction with other keywords to find only documents containing the word "temperature". | AND |
| - | -monitoring | Excludes results containing this term. Use this query in conjunction with other terms to find only documents not containing the word "monitoring" | NOT |
| () | (temperature monitoring) | Allows terms to be grouped when used with other operators. For example, searing for industrial -(temperature monitoring) will return only documents containing "industrial" but not "temperature" or "monitoring" | OR |
| * | monitor* | Acts as a wildcard. This example will return documents containing words "monitor", "monitoring", "monitored", etc | n/a |