Tuesday, December 29, 2020
Online Invited Guest Lecture on Plant Pathology
Saturday, December 26, 2020
Catheter Simulator Application Interfaced with Arduino UNO through USB Serial Link
26 December 2020
This is another important milestone toward the development of Catheter Simulation Application. The program code for Arduino UNO generates 0-9 up/down count in a continuous manner. To ensure, built-in LED is configured to ON for up count and OFF for down count. Python code is based on pyserial module. Serial port configuration is completed and port is open for data acquisition from Arduino. The link is based on USB cable.
Demonstration video link at YouTube
After code for Arduino is complied and uploaded through Arduino IDE, the output is ensured through the Port Monitor.
Thursday, December 24, 2020
Catheter Simulator APP using tkinter and OpenCV
24 December 2020
This catheter simulator application is developed using tkinter and OpenCV.
Demonstration video link at YouTube
Application GUI:
Wednesday, December 16, 2020
Presentation by Engr. Mir Farooq Ali at Università Politecnica delle Marche
16 December 2020
Engr. Mir Farooq Ali, Hamdard University alumni of BE Biomedical program of studies presented his masters level research work through online session. I am thankful to him for the invite and congratulate on successful completion of his masters in Biomedical Engineering program of studies. The presentation was held at 9 am Italy local time.
Saturday, November 28, 2020
Developing Graphical User Interface in Python (tkinter) -- Application # 3 CountApp2
Sunday 29 November 2020
Application # 3 CountApp2
The idea is to extend CountApp!
Developing Graphical User Interface in Python (tkinter) -- Application # 2 CountApp!
Sunday 29 November 2020
Application # 2 CountApp!
The idea.
Developing Graphical User Interface in Python (tkinter) -- Application # 1 First GUI
Sunday 29 November 2020
Application # 1 First GUI
The program from the reference below.
Reference: Introduction to GUI programming with tkinter
Video Merging through Photos in Window 10
Wednesday 25 November 2020
The task required as internet disruption resulted in three recorded videos: introduction, main memory, and input output.
Sunday, November 15, 2020
Invited Speaker Online Session on Food and Food Processing by Mr. Syed Zeeshan Abdullah
Thursday 12 November 2020
Mr. Syed Zeeshan Abdullah invited to speak on Food and Food Processing through Zoom online session. The session audience are students of BS Food Science and Technology. The online session started with recitation from Holy Quran by Dr. Tariq Javid. After introductory remarks, Mr. Syed Zeeshan Abdullah spoke for 20 minutes on the topic: Food and Food Processing. The session ended after a Q&A session.
Thursday, November 5, 2020
Ease in Making Diagrams in Diagrams.NET
It is a bit tricky and potentially risky when you choose a different diagram making tool at a critical stage in a research project. It worked! for me with diagrams.net with a little bit effort.
Orientation Session for Fall 2020 Intake at FEST, Hamdard University
Tuesday 03 November 2020
Orientation session was arranged by Mr. Iqbal Uddin and his team for Fall 2020 intake at FEST auditorium. After Tilawat-e-Quran by Dr. Adnan Ahmed Siddiqui, Prod. Dr. Muhammad Anwaar Manzar (TI) welcome new students joining different programs. The speakers include Prof. Dr. Abdul Hameed Memon, Prof. Dr. Rashid Hussain, Dr. Tariq Javid, Dr. Adnan Ahmed Siddiqui, Dr. Rizwan Tanweer, and Engr. Tayyab Ahmed Ansari. Students visited laboratories of respective programs along with coordinators.
Wednesday, October 28, 2020
Visit of AKU-CIME
Wednesday 28 October 2020
It always feel good to visit AKU again and again, the place where I started my professional career back in 1998. I remembered the team and numerous colleagues.
Kernel Fusion through cupy.fuse( )
This is quite simple yet powerful. The decorator cupy.fuse( ) fuses a function.
Reference:
https://docs.cupy.dev/en/stable/reference/generated/cupy.fuse.html
Monday, October 26, 2020
Fast Fourier Transform (FFT) on GPU with cuPy
This is quite awaited! Simple and comparable.
1D-FFT:
Reference:
https://docs.cupy.dev/en/stable/reference/fft.html
Quick Review of NUMBA Code from GTC 2020
After everything started working (I assume) on my workstation!
In the code below, the hypot is implemented and execution time for three different implementations are calculated.
Reference:
https://github.com/ContinuumIO/gtc2020-numba