Đang chuẩn bị liên kết để tải về tài liệu:
Microprocessor Interfacing Techniques Lab VIEW Tutorial Part 5

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Microprocessor Interfacing Techniques Lab VIEW Tutorial Part 5 | PHY 406 - Microprocessor Interfacing Techniques PHY 406 - Microprocessor Interfacing Techniques LabVIEW Tutorial - Part V Loop Variables Thanks for the Memory One of the things that we often need to do is to refer to values in a previous loop iteration. Thus we might want to average the last four values of the random number generator. To do this we need a shift register. A shift register takes an input in one iteration and delivers it as an output into the next iternation. So why is it called a shift register Well because it is a little more elaborate than that. The shift register can be as long as you like and values are shifted down one element at a time. So there is one input and many outputs. Suppose we have a shift register with four elements which contain 75 99 63 27. A new value of 93 is pushed into the shift register and everything moves down one. The shift register now has 93 75 99 63. At the next iteration 45 is pushed in and the register now has 45 93 75 99 and so on. We can generate a shift register by popping-up on the right-hand side of the while loop and selecting add shift register. Two new icons pop-up on the right input and left output of the loop. Go to the left one and pop-up - select add element - do it again and you now have three elements which go in time order down the page newest on top. Re-arrange your VI to show the average of the last four values of the random number generator. The result should look something like this Run the VI and you should get the expected result. It isn t going to take a rocket scientist to realise that doing any significant arithmetic in LabVIEW is going to be tedious. Evaluating any complex expression will involve lots of elements and will rapdily get tedious. Fortunately there is a better way. Under structures there is an item called a formula node. This is designed to make things easy. Remove the multipliers and dividers for the averaging and stretch a formula node box into the space. The formula node box can

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.