counting = np.arange(1, 11) # like range() → 1, 2, 3 ... 10 evenly = np.linspace(0, 1, 5) # 5 evenly spaced values between 0 and 1 # These are the two most common ways to make number sequences. # ...
Abstract: This research focuses on the design, fabrication and testing of a compact, flexible 4-element array using Aerosol jet printing technology (AJP). The array operates at ISM-band 2.45 GHz for ...
This repository is a collection of my 1st-year BSIT programming activities from both the 1st and 2nd semester, mainly from Computer Programming 1 and Computer Programming 2. I uploaded these projects ...