-
Recent Posts
- Python – Sklearn – Chi- Categorical Ordinal
- My Mississippi Harmonica Co Regal Model 96235
- Python – FTT – with Scipy
- LabVIEW(r) , Python(r) Sinewave Fit
- Sinewave Fit via Python with SciPy
- LV- Event Queue and fun with Pict function
- LV Timed Loop Structure – OFFSET
- Arduino PID with Motor, Ultrasonic Sensor, and a paper basket type coffee filter
- Using Arduino and BB’s PID with Simple LED Brightness setup to Learn PID
- Python-A way to show digital patterns(bits) in Matplotlib
- Python – A version of Producer Consumer Pattern with Queues and Threading – Simulated Temp Chamber Demo
- InProcess: Python – A version of Producer Consumer Pattern
- Tkinter GUI and (non-tk) Matplotlib shrinking the tk GUI
- Python – Sequence Editor example
- Python – Analog Meter with New Chart-Class this time
- Python tkinter and time delay
- Python – MCC USB-1208FS-Plus
- Python – Learn Queue GUI
- Python – Analog Meter GUI example
- Python- Updated Wafer Display GUI with Test types
Categories
Meta
Tag Archives: LabVIEW
LabVIEW(r) , Python(r) Sinewave Fit
Sinewave fit function from python script called via LabVIEW Zip Image python script
Posted in LabVIEW(r), Python, Test Sector
Tagged LabVIEW, LabVIEW and Python, LabVIEW Python, LabView Python Sinewave Fit example, LabVIEW(r), LV2019, Python, SciPy, Sinewave, Sinewave fit
Leave a comment
XOR Neural Network in Matrix form Forward Feed Part
Forward Feed part of XOR Neural Network using LabVIEW(r) Matrix ac Paint used in this presentation is a Microsoft product LabVIEW® is a National Instruments product This post is not connected or endorsed by any company. All company names … Continue reading
LV_Neural Network – XOR
A Neural Network for XOR Input Layer-Hidden Layer – Output Layer Using non matrix to show math better (future will use matrix) Also tested to see XNOR training set Paint used in this presentation is a Microsoft … Continue reading
LV Property Value vs Local Variable Speed Test
Showing how Property Node Value and Local Variable time effect when inside a loop Summary: Property Node show big time slow down vs Local Variable. Programming Language: LabVIEW® 2019 LabVIEW® is a National Instruments product This post is not … Continue reading
Posted in Test Sector
Tagged LabVIEW, Local variable, Loop, Property Node, Random Number, Speed test
Leave a comment
2D Pixel BW to objects grouping
Collecting all the objects into a cluster from the 2D Pixel B&W previously created. (see previous posts) 2D Pixel array must have been created from a well defined row spaced images. First row grouping then column grouping. Similar to edge … Continue reading
Posted in Test Sector
Tagged 2D array, Array of Cluster, Color Map, Delete Array, LabVIEW, Object grouping
Leave a comment
2D Color Array(B&W) to Boolean Array and XYgraph
Continuing from previous post BMP to 2D Color array This time 2D array to 2D boolean with subset and scaling , then to xy Graph. Programming Language used: LabVIEW® 2D color array(which was turn to B&W image-see previous post) … Continue reading
Posted in Test Sector
Tagged 2D color array, Array, Array subset, boolean, Image, LabVIEW, XYGraph
Leave a comment
LV Test Data Image 0-9s
Loading a bigger file then previous post (that was a small 9×11 pixel pattern) This time using a set of 0 — 9 numbers Image is row of number with description of font used. A full black vertical line is … Continue reading
Posted in Test Sector
Tagged Array, BMP, Image, Image processing, LabVIEW, LV, Pixel View, Subset of Image, Test Image, Test image 0 - 9
1 Comment
LV BMP image to 2D color array
Getting BMP test image to 2D color Array Programming Language: LabVIEW® 2019 (a National Instruments product) Picture Editor: Paint (a Microsoft product) This is the way used to change U32 in array to color in the array Paint used … Continue reading
LV Rotational Matrix using Array
Using 1D array for x,y. Using 2D for the rotational matrix using the CCW for positive deg Program Language: LabVIEW® 2019 Add a tracking of points just to verify a circle. turn on Track of points and incremented to 90 … Continue reading