- 107
- 332 936
boyfriendnibluefairy
เข้าร่วมเมื่อ 11 ส.ค. 2018
วีดีโอ
Relaxing Forest POV Ride. Konoha of the Philippines. 🇵🇭 shortcut in Mt. Makiling
มุมมอง 394 หลายเดือนก่อน
Street view relaxing guide to Jamboree Road for drivers, bikers, motorcycle riders, explorers, travelers, etc. A shortcut drive from Calamba to University of the Philippines Los Baños (UPLB) to avoid traffic, also perfect if you're looking for a dark creepy forest scene for horror films. The road is accessible to the public but you have to leave your ID if you want to pass through the UPLB camp...
Cat Radar - App for Fun - Fur-Parents will enjoy
มุมมอง 5711 หลายเดือนก่อน
apps.apple.com/us/app/cat-radar/id6476641987 For cat lovers, and perhaps for those who are sometimes annoyed with stray cats, I created an app that detects cats based on pre-trained machine learning model. This app, called Cat Radar, is powered by Apple's CoreML. It can be used for fun or can be applied as a cat burglar alarm or cat intruder notifier. You just have to leave the app running on p...
Westeros Map for Game of Thrones and House of the Dragon - iOS App
มุมมอง 14711 หลายเดือนก่อน
apps.apple.com/us/app/westeros-map/id6476431991 For those who watch Game of Thrones ( GOT ) or House of the Dragon ( HOTD ), I created an app that serves as a companion map to explore the world of Westeros and a little bit of Essos, Sothoryos and Ulthos. This is also recommended for those who are reading A Song of Ice and Fire novel series, which include A Clash of Kings, A Storm of Swords, A F...
openphoton - a FREE python library for optical wave propagation
มุมมอง 1.2Kปีที่แล้ว
pypi.org/project/openphoton/ For those who are into Optics research, I created a free and open-source python library, called "openphoton", for simulating wave field propagation using fourier optics 00:03 Scalar Diffraction Theory of Light 00:13 How Huygens-Fresnel principle is used to simulate light diffraction. 00:29 What are the physical meaning of Fresnel-Kirchhoff, Rayleigh-Sommerfeld of th...
Papyrus Offline - A Free App for Offline Paperless Registration
มุมมอง 47ปีที่แล้ว
apps.apple.com/us/app/papyrus-offline/id6473137300?platform=iphone For those who conduct workshops, seminars, conferences, symposium, academic research, thesis presentation, or any events, I created an app that can be used for offline paperless registration. The app got its name from the first writing material discovered from ancient times. One of the goals of Papyrus is to reduce the use of pa...
8 Bits Integer Binary Division
มุมมอง 566ปีที่แล้ว
How to multiply 8-Bit or 1 Byte Integer Binary Numbers, using repeated addition with example 00:03 dividend - number being divided 00:09 divisor - number that divides the dividend 00:13 quotient - result of division operation 00:26 quotient is positive if dividend and divisor have the same sign, otherwise the quotient is negative 00:36 dividend and divisor must be in true form and not in comple...
8-Bit Integer Binary Multiplication
มุมมอง 1.2Kปีที่แล้ว
How to multiply 8-Bit or 1 Byte Integer Binary Numbers, using repeated addition with example 00:03 multiplicand - number before the times sign 00:09 multiplier - number after the cross symbol 00:13 product - result of multiplication process 00:26 product is positve if multiplier and multiplicand have the same sign, otherwise the product is negative 00:39 binary multiplication is similar to deci...
8-Bit Integer Binary Subtraction
มุมมอง 765ปีที่แล้ว
How to subtract 8-Bit or 1 Byte Integer Binary Numbers with example 00:03 minuend - number from which another number is subtracted 00:09 subtrahend - number subtracted to the minuend 00:16 difference - resulting number from subtraction 00:19 Subtraction is done by getting the 2's complement and then performing binary addition. Therefore, binary subtraction is actually just a special case of bin...
8-Bit Integer Binary Addition
มุมมอง 742ปีที่แล้ว
How to add 8-Bit or 1 Byte Integer Binary Numbers 00:03 Augend - number before the plus symbol 00:09 Addend - number after the sign 00:16 Sum 00:23 General Rule: add the two numbers and ignore the final carry bit 00:39 Position of sign bit 00:53 Remaining bits are called magnitude bits 01:23 Overflow occurs if sum is greater than decimal number 127 01:33 Overflow results to a wrong sign bit 01:...
IEEE 754 Single-Precision 32-bit Floating-Point Standard Format
มุมมอง 687ปีที่แล้ว
00:03 What is a floating-point number and how is it represented in digital electronics? 00:16 Mantissa and Exponential Part in Decimal Number System 00:53 IEEE-754 00:59 Single Precision has 32 bits 01:06 Double Precision has 64 bits 01:19 1st bit is the sign bit 01:33 next 8 bits refer to exponent bits 01:46 last 23 bits refer to the fractional part or mantissa 02:33 Example of floating point ...
2's Complement Form of 8-Bit or 1 Byte Binary Number with Sign Bit
มุมมอง 1.1Kปีที่แล้ว
00:09 Why 2's complement is important 00:19 How to find the 1's complement form of a binary number 00:33 Example : 1s complement conversion 01:19 How to convert a binary number to its 2's complement form 01:33 2s complement sample problem 02:33 Sign Bit - the leftmost bit of an integer binary number 03:03 0 sign bit means positive number 03:16 1 sign bit means negative number 03:49 magnitude bi...
Binary Arithmetic - How to add, subtract, multiply, and divide two bits
มุมมอง 127ปีที่แล้ว
00:29 Binary Addition 00:53 OR operation 02:39 1 1 = 10 because of the carry bit 03:23 carry bits are given by AND gate and sum bits are given by XOR gate 03:26 Example of adding three bits and two bits 05:26 Binary Subtraction 05:56 when bit 1 is subtracted from bit 0, a borrow is required from a higher bit position 07:03 difference bit is given by XOR gate 07:23 A sample of subtracting four b...
How to program 4 Wheels Robot Robo Creator 2 ATX2 Sumo-Bot DC Motors
มุมมอง 3Kปีที่แล้ว
CORRECTION: at timestamp 07:13 onwards replace all (int)p with (int)v because I converted speed into v, not p. Note: If you will use the OK() function, you have to include ATX2.h at the top of the program. But if you don't have this library, you can just comment out the OK() command. TIMESTAMPS: 00:06 Part 1 How to code the 4 Wheels of Robo Creator 2 ATX2 Sumo-Bot DC Motors for Robotics 00:11 f...
How to connect and program LCD 1602 to Arduino | Beginner's Step-by-Step Tutorial
มุมมอง 10K2 ปีที่แล้ว
How to connect and program LCD 1602 to Arduino | Beginner's Step-by-Step Tutorial
House of the Dragon | Episode 9 | MAPS | Why Rhaenys didn't say Dracarys?
มุมมอง 1752 ปีที่แล้ว
House of the Dragon | Episode 9 | MAPS | Why Rhaenys didn't say Dracarys?
House of the Dragon | Episode 8 | Maps | Summary Breakdown | HOTD S01E08 Ending Explained
มุมมอง 1962 ปีที่แล้ว
House of the Dragon | Episode 8 | Maps | Summary Breakdown | HOTD S01E08 Ending Explained
House of the Dragon | Episode 7 | Maps | Why Daemon laughed? | Ending Explained
มุมมอง 1942 ปีที่แล้ว
House of the Dragon | Episode 7 | Maps | Why Daemon laughed? | Ending Explained
House of the Dragon | Episode 6 | MAPS | Summary Breakdown | Theories
มุมมอง 1742 ปีที่แล้ว
House of the Dragon | Episode 6 | MAPS | Summary Breakdown | Theories
House of the Dragon | Episode 5 | MAPS | Breakdown | Theory on how the brawl started
มุมมอง 2132 ปีที่แล้ว
House of the Dragon | Episode 5 | MAPS | Breakdown | Theory on how the brawl started
House of the Dragon | Episode 4 | MAPS | Summary | Did Rhaenyra "spill" the tea? | 1080p HD
มุมมอง 2122 ปีที่แล้ว
House of the Dragon | Episode 4 | MAPS | Summary | Did Rhaenyra "spill" the tea? | 1080p HD
House of the Dragon | Episode 3 | MAPS | Summary | Targaryen Greyscale Immunity Theory
มุมมอง 4522 ปีที่แล้ว
House of the Dragon | Episode 3 | MAPS | Summary | Targaryen Greyscale Immunity Theory
House of the Dragon | Episode 2 | Maps | Breakdown | Summary
มุมมอง 2.9K2 ปีที่แล้ว
House of the Dragon | Episode 2 | Maps | Breakdown | Summary
House of the Dragon Episode 1 | Theories | Prince Nymor Mysterious Letter to Aegon
มุมมอง 2942 ปีที่แล้ว
House of the Dragon Episode 1 | Theories | Prince Nymor Mysterious Letter to Aegon
First Date with Julia | How to install on Windows and configure VS Code IDE
มุมมอง 5152 ปีที่แล้ว
First Date with Julia | How to install on Windows and configure VS Code IDE
Applied Physics Laboratory Sample Layout
มุมมอง 1822 ปีที่แล้ว
Applied Physics Laboratory Sample Layout
How to access user-defined modules in Verilog | T Flip-Flop and Counter Example
มุมมอง 9502 ปีที่แล้ว
How to access user-defined modules in Verilog | T Flip-Flop and Counter Example
Verilog Operators | How to trigger an always block | SR Flip-Flop Example
มุมมอง 1.8K2 ปีที่แล้ว
Verilog Operators | How to trigger an always block | SR Flip-Flop Example
SR Flip-Flop, D Flip Flop, JK Flip-Flop and T FlipFlop Ultimate Guide for Beginners
มุมมอง 1.5K2 ปีที่แล้ว
SR Flip-Flop, D Flip Flop, JK Flip-Flop and T FlipFlop Ultimate Guide for Beginners
Maxwell's Equations and Electromagnetic Waves Explained with Practice Problems and Solutions
มุมมอง 2.3K2 ปีที่แล้ว
Maxwell's Equations and Electromagnetic Waves Explained with Practice Problems and Solutions
PS F: ame\iverilog\bin\iverilog_test> iverilog -o half_adder_tb.vvp half_adder_tb.v aftr this prompt im gettng the below warning, can you help me with this please? iverilog : The term 'iverilog' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + iverilog -o half_adder_tb.vvp half_adder_tb.v + ~~~~~~~~ + CategoryInfo : ObjectNotFound: (iverilog:String) [], CommandNotFound Exception + FullyQualifiedErrorId : CommandNotFoundException edit: all the files above the .dll extension are in .exe extension, why is that, im following the same steps
Thanks
My terminal in VsCode : "Unable to open input file". I tried to follow the instructions but it did not work. Am I a problem or my terminal? Thank you sir.
make sure you type the right name
Can you try doing everything inside your regular C drive User documents folder? I'm not sure if the environment variable can access the bin folder containing the icarus libraries.... You can also try restarting your computer after installing icarus libraries just to make sure the path variables were able to save the location of the bin folder.
Nice explanation , thank you !
NIce, thanks po!
😂
@boyfriendnibluefairy .....fantastic video showing proper ways to install and run. i am unable to generate vvp file. i tried the way you have shown . I also tried -v , it shows version which is same as yours. please guide what could be the possible error. ??
Can you try doing everything inside your regular C drive User documents folder? I'm not sure if the environment variable can access the bin folder containing the icarus libraries.... You can also try restarting your computer after installing icarus libraries just to make sure the path variables were able to save the location of the bin folder.
Rayleigh-Sommerfeld Diffraction Integral for Non-Monochromatic Waves using Python
soon
Best video about the topic, I thank you so much
thank you for making this, its help me so much... can't wait to S2 map journey 🎉
UPLB prof kas sir?
yes and no. yes i have teaching duties before. but for now i am pursuing my PhD studies...
Thank you Sir, Respect from Bharat (India).🙏
The "K" on the lcd needs to be connected to ground and the "A" on the lcd needs to be connected to the 5V for the backlight to turn on, 3:56
Thank you for detailed guide on installing Icarus and GTKWave. I would like to add few points that would help future views 1) If you are facing "not recognised as an internal and external command" go to th-cam.com/video/oWlJa_DGAzc/w-d-xo.html&ab_channel=DeepakPrasad%28IITGUWAHATI%29 2) If clear is not working , use cls 3) make use of if facing "syntax error line 26" just remove last #1 4) if you do not find "terminal" side of ports or console debug, just go to terminal in task bar Hope it helps
thanks
Sir while saving file there is no option for verilog what to do
You mean when you want to save the waveform outputs? Or do you mean when you want to save filename.v?
Very very useful video, thank you!
Adding the ivariable enviroment variable doesen't add it to the path, you have to add it the the path
Btw. good video
Bro is there any library for calculating Richard Wolf Vector Diffraction Theory
I'm not sure if there's a library for Richard Wolf Vector Diffraction Theory, but I'm planning of implementing this in the future.
Thank you👍
For some reason i cant create the vcd file. Someone help 🥲
Try this if "verilog is not recognized as an internal command": PRECAUTION: Close CMD. 1. Go back to "Environment Variables" 2. Instead of adding a new path to both of them like you did on this video, click on the label "Path"/"PATH" (depending on the way it looks 3. Double click on PATH / Path 4. Click on "Add" 5. Add your path 6. Do the same for both User and System Variables 7. Save 8. Use CMD to check if it's installed this time
thank you so much 🎉
Saved my day
helpful video, thanku
Thankyou !
Hello and thank you very much for this discovery. But the instensity of a Gaussian Beam is the square absolut value of the electric field, isn’t it?
yes. but in the library i assumed that the electric field amplitude is 1.0 N/m
bro good day. filipino here, need your help right now about verilog, is there any way i can contact you?
it depends. you can sit in our class. do you have a physical FPGA to apply it on?
The terminal "iverilog -v" worked but I still couldn't create file.vvp Error: Include file half_adder.v not found I tried removing the line `include "half_adder.v" but it still doesn't work
same problem here dude
"iverilog -v" is for checking the version of iverilog. If you want an "output", type "o", for example "iverilog -o ..."
around 35 min it is showing error while typing iverilog -o halfadder_tb.vvp halfadder_tb.v that iverilog is not identified as the name of cmdet
Chances are the path of the iverilog executable is not included in the environment variable. If it is included already, try restarting your PC.
Thanks brother ❤❤❤❤
excellent video to get a student started. Thank you for this!
Nasaan po ang Part 2 at Part 3?
Unfortunately, I already returned the ATX2 robots to the senior high school who lent it to me. That's why I can't make ATX2 videos anymore. I hope the ATX2 company will provide me with these robots for free and I'll be happy to inundate youtube with more of these tutorials, especially how to make the sensors work together for different scenarios.
thanks, real helpful
there is a faster method, if you let u=denominator then du will equal the numerator, thus making it a much simpler integral to calculate
(My mother tongue is not english so i apologize in advance for any grammar mistake) I`m 17 yo betwen applied physics an physics, i really enjoy learn about quantum mechanics, string theory, astronomy and else, however i also find interesting to create things and i want to earn a good money since grduated, i don't know how to choose betwen both degrees. I have read bad thing about physics salary but a very good things about applied physics salary. My objetive in life is to investigate the unknown ...
Since you enjoy QM, String theory and astronomy, you should choose BS Physics. If you're good in programming, you will earn good money whether you're a BS Physics graduate or a BSAP graduate
Very clearly explained and easy to understand the steps .. tq for the video it was helpful for the beginners to learn ..
nice video, thanks!
Site is not working
I guess the programmer of BReadBoard Simulator has temporarily removed the software. MAybe he's fixing its Beta Version...
try with a different browser
I agree with @homonovus2284
Paano naman po pag full adder gagawan? May you guide us again po sir?
I apologize, just got very busy these days... Perhaps you can look for any schematic diagram of full adder then begin constructing it starting at the guide 16:59.. Maybe in the future I can create a guide on how to code full adder using 2 existing half adder...
@@boyfriendnibluefairythis actually helped me so thanks a lot sir! I hope you get to create contents about this topic.
half_adder_tb.vvp: Unable to open input file. facing this problem any soln
The input file of half_adder_tb.vpp is "half_adder.v" (you use include keyword inside the testbench). Is "half_adder.v" in the same directory with your test bench? If yes, does the character before the keyword include in the code the same as what is shown in the video? That character is beside the character 1 in your keyboard and not beside the return button...
Thank you so much
You are a good teacher. I watched tones of videos about the same topic but came out more confused. Consider teaching as a carrier because you have a talent. Thank you.
"D:\iverilog_test>vvp half_adder_tb.vvp ERROR: half_adder_tb.v:13: $dumpvars cannot dump a vpiConstant. " its showing this error
Not sure how to fix that problem... In the video at time 32:54 , did you deviate naming some variables? or did you use for loop in changing the values of a and b? I read somewhere that dumpvar have issues in handling array of variables and for loop. In the prompt, you have problem at line 13, can you play around with the .vcd file name, can you use a new file name for that file?
Can you fix the problem I faced the same issue 😢
Same problem here?did u resolve?
How to build
Can we take a bachelor's in applied physics and Master's in theoretical?
Yes
Very informative video! Can I ask you a question? Is is possible to move the wheels while not having the adafruit motor shield? Thanks you.
include the ATX2 library then you can use the FD function or SR SL TL TR motor_stop and etc
#include <ATX2.h>
ex #include <ATX2.h> void setup() { OK(); //(wait for ok button is pressed) } void loop() { FD(100); //move forward all motors at 100% speed delay(1000); //move the robot forward for 1 second or 1000 miliseconds }
Yes. as long as you can connect the wires of the motor to the analog pins of any shield
AMAZING VIDEO I WAS SEARCHING FOR A COMPLETE ONE LIKE THIS ITS GREAT HOW YOU HAVE EXPLAINED!!!!!!
Thanks for video, many helpful.
11:46 my system showing iverilog is not recognised as internal or external command What to do bro ...plz help me out 😭
reinstall the icarus and check the box (to yes) that says add path to executable thing
I just rebooted my pc and worked!
The pen does work but when I try and draw on a whiteboard it just comes with dots? Idk how to fix it. I have a MacBook Air
what application are you using? can you try to use it on simple software like MS Paint? Perhaps you can change the tip of the pen or adjust it...