Tech Phoenix
Tech Phoenix
  • 105
  • 28 513
Mathpix - Tool to convert any PDF or image or handwritten notes into editable doc file
To convert math equation to doc file.
To convert image file to editable doc
To convert PDF into doc file
Any scan document can be converted to doc file.
Thank you for watching this Video .
Do share your comments in the comment section .
Do follow us on other platforms :-
Instagram:-
facebook:-
มุมมอง: 27

วีดีโอ

How to Prepare Project Report in Latex?
มุมมอง 515 หลายเดือนก่อน
Here you will get to learn Latex . You will able to prepare Project report through Latex.T hank you for watching this Video . Do share your comments in the comment section . Do follow us on other platforms :- Instagram:- facebook:-
Blinking of LED through Blynk Web
มุมมอง 4410 หลายเดือนก่อน
This video shows Blinking of LED through Blynk Web. this is only for promotion of my channel. if you need details such as code etc kindly send mail on akmamitkumarmishra@gmail.com
Interfacing of Arduino Uno with LM35 temperature sensor
มุมมอง 6211 หลายเดือนก่อน
// code const int lm35_pin = A1; /* LM35 O/P pin */ void setup() { Serial.begin(9600); } void loop() { int temp_adc_val; float temp_val; temp_adc_val = analogRead(lm35_pin); /* Read Temperature */ temp_val = (temp_adc_val * 4.88); /* Convert adc value to equivalent voltage */ temp_val = (temp_val/10); /* LM35 gives output of 10mv/°C */ Serial.print("Temperature = "); Serial.print(temp_val); Ser...
AC Voltage Controller on PSIM
มุมมอง 606ปีที่แล้ว
PSIM Software Download directly from below link: drive.google.com/drive/folders/1agwJLEaw45fTbq8XHTBomMWvnVyyEKeB?usp=share_link Thank you for watching this Video . Do share your comments in the comment section . Do follow us on other platforms :- Instagram:- facebook:-
Simulation of Eyediagram on Matlab software
มุมมอง 321ปีที่แล้ว
Here we have performed the simulation practical of eyediagram on MATLAB software. Thank you for watching this Video . Do share your comments in the comment section .
Simulation to calculate SNR of PCM system on MATLAB.
มุมมอง 309ปีที่แล้ว
Here we have performed practical on MATLAB to calculate SNR of PCM system. Thank you for watching this Video . Do share your comments in the comment section . Do follow us on other platforms :- Instagram:- facebook:-
Sampling using MATLAB
มุมมอง 75ปีที่แล้ว
Here I have performed practical of Sampling on MATLAB. Thank you for watching this Video . Do share your comments in the comment section .
Amplitude Modulation in Matlab
มุมมอง 69ปีที่แล้ว
Here we have performed simulation of Amplitude Modulation in MATLAB. Thank you for watching this Video . Do share your comments in the comment section . Do follow us on other platforms :- Instagram:- facebook:-
To plot sine wave in MATLAB
มุมมอง 105ปีที่แล้ว
To plot sine wave in MATLAB
Build Calculator in Python
มุมมอง 20ปีที่แล้ว
Build Calculator in Python
Python Calculator (Basic Calculator)
มุมมอง 16ปีที่แล้ว
Python Calculator (Basic Calculator)
To Create Arcade in Python
มุมมอง 5ปีที่แล้ว
To Create Arcade in Python
Python GUI using tkinter
มุมมอง 4ปีที่แล้ว
Python GUI using tkinter
Python GUI Creation using Tkinter Library
มุมมอง 8ปีที่แล้ว
Python GUI Creation using Tkinter Library
Python Class, Objects, Iterators
มุมมอง 2ปีที่แล้ว
Python Class, Objects, Iterators
Python Class, Object
มุมมอง 5ปีที่แล้ว
Python Class, Object
Python Programming
มุมมอง 4ปีที่แล้ว
Python Programming
Python Programming
มุมมอง 6ปีที่แล้ว
Python Programming
Python Programming - star pattern programs
มุมมอง 6ปีที่แล้ว
Python Programming - star pattern programs
Python Lamda function
มุมมอง 4ปีที่แล้ว
Python Lamda function
Here you are going to learn about Python Sets and Dictionaries.
มุมมอง 4ปีที่แล้ว
Here you are going to learn about Python Sets and Dictionaries.
Python Programming
มุมมอง 2ปีที่แล้ว
Python Programming
Python Loop, if else
มุมมอง 6ปีที่แล้ว
Python Loop, if else
Here You are going to Learn about Python Lists, Tuple.
มุมมอง 2ปีที่แล้ว
Here You are going to Learn about Python Lists, Tuple.
Here You are going to learn about Python Variables, Strings, Python Operators.
มุมมอง 7ปีที่แล้ว
Here You are going to learn about Python Variables, Strings, Python Operators.
Important Questions on Unit 6 - Transmission Line Theory of Electromagnetics Subject (EMFT)
มุมมอง 139ปีที่แล้ว
Important Questions on Unit 6 - Transmission Line Theory of Electromagnetics Subject (EMFT)
Electromagnetics Subject (EMFT) Important Questions on Unit 5 Uniform Plane Waves - Part B
มุมมอง 80ปีที่แล้ว
Electromagnetics Subject (EMFT) Important Questions on Unit 5 Uniform Plane Waves - Part B
Important Questions on Unit - 5 Uniform Plane Waves - Part (A)
มุมมอง 73ปีที่แล้ว
Important Questions on Unit - 5 Uniform Plane Waves - Part (A)
Important Questions on Unit 4 of EMFT subject . Third year E & TC SPPU .
มุมมอง 207ปีที่แล้ว
Important Questions on Unit 4 of EMFT subject . Third year E & TC SPPU .

ความคิดเห็น

  • @Engineering.student556
    @Engineering.student556 4 หลายเดือนก่อน

    Ton = 0.5×350/460 hoga mili sec k liye, 10^-3 se multiply krne se second mai ans aaega, apne mistake kiya hai

    • @techphoenix88
      @techphoenix88 4 หลายเดือนก่อน

      I have mentioned milli second also. Kindly check again. Answer which I have mentioned is 0.38 msec. I mean my answer is correct. In case for further queries u can ask

    • @Engineering.student556
      @Engineering.student556 4 หลายเดือนก่อน

      ​@@techphoenix881:30 maim kah raha 10^-3 se multiply nhi krna tha tb same answer aaega

    • @techphoenix88
      @techphoenix88 4 หลายเดือนก่อน

      It is correct. T value is 0.5 msec ( 0.5 * 10^-3) so 10^-3 to karna padega. Pura numerical phir se solve Karo , u will get the answer.

    • @Engineering.student556
      @Engineering.student556 4 หลายเดือนก่อน

      @@techphoenix88 main wo nahi kah raha hoon, ans aa gya hai msec apne 10^-3 se multiply kyun krdiya wo misyake hua h nhi to ans sec mai aaega

    • @techphoenix88
      @techphoenix88 4 หลายเดือนก่อน

      T ko solve karte samay vo 2*10^3 aayega not 2*10^(-3). Therefore T will be 0.5 msec i.e 0.5 * 10^(-3). Now final answer is 0.38 msec i.e 0.38*10^(-3).

  • @AZ-fv5ki
    @AZ-fv5ki 4 หลายเดือนก่อน

    But is not free 😢

    • @techphoenix88
      @techphoenix88 3 หลายเดือนก่อน

      10 images, 10 pdf , 10 doc are free from one login

  • @shvsguard
    @shvsguard 7 หลายเดือนก่อน

    what is your IDE sir?

    • @techphoenix88
      @techphoenix88 5 หลายเดือนก่อน

      Thonny....but u can refer any other also

  • @vishalchaudhari9888
    @vishalchaudhari9888 ปีที่แล้ว

    🔥

  • @osable8171
    @osable8171 ปีที่แล้ว

    Not so helpful I am failed in exam

    • @techphoenix88
      @techphoenix88 ปีที่แล้ว

      Exam is not held yet . Exam is on 14th January 2023

  • @zface1zbook160
    @zface1zbook160 2 ปีที่แล้ว

    then th-cam.com/video/aS5qC5VVjRo/w-d-xo.html

  • @sk-nu9eo
    @sk-nu9eo 3 ปีที่แล้ว

    Mobile se lines connect nahi ho raha?

  • @pritichavanke2927
    @pritichavanke2927 3 ปีที่แล้ว

    Simple and very helpful video . Thank you Sir.

  • @siddhikamahajan8505
    @siddhikamahajan8505 3 ปีที่แล้ว

    Very informative.

  • @poojarajput6316
    @poojarajput6316 3 ปีที่แล้ว

    Very helpful lecture . Thank you sir.

  • @vigneshgajulapalli7729
    @vigneshgajulapalli7729 3 ปีที่แล้ว

    Thanks

    • @techphoenix88
      @techphoenix88 2 ปีที่แล้ว

      My pleasure

    • @khushboo2538
      @khushboo2538 2 ปีที่แล้ว

      @@techphoenix88 really helpful video thankyou so much...

    • @techphoenix88
      @techphoenix88 2 ปีที่แล้ว

      @@khushboo2538 thanks

  • @poojarajput6316
    @poojarajput6316 3 ปีที่แล้ว

    Nice explanation sir.👍

  • @sahiltamboli3302
    @sahiltamboli3302 3 ปีที่แล้ว

    Simple and decent explaination.

  • @gaurimishra3797
    @gaurimishra3797 3 ปีที่แล้ว

    Outstanding lecture

  • @codingwithtechnoprogrammer
    @codingwithtechnoprogrammer 3 ปีที่แล้ว

    best interactive session

  • @codingwithtechnoprogrammer
    @codingwithtechnoprogrammer 3 ปีที่แล้ว

    Nice session....

  • @pritichavanke7885
    @pritichavanke7885 3 ปีที่แล้ว

    This session is very useful ...nice explaination 👍

  • @poojarajput6316
    @poojarajput6316 3 ปีที่แล้ว

    Best session for python.👍

  • @pritichavanke7885
    @pritichavanke7885 3 ปีที่แล้ว

    This session is very useful 👍👍

  • @akshaygoud3411
    @akshaygoud3411 3 ปีที่แล้ว

    nicely explained the basics of python

  • @nishanelge9161
    @nishanelge9161 3 ปีที่แล้ว

    Nice sir

  • @nishanelge9161
    @nishanelge9161 3 ปีที่แล้ว

    Nice explanation sir....

  • @karanugale5948
    @karanugale5948 3 ปีที่แล้ว

    All the Basics to get started for python are discussed in this video.. Very Well explained👍

  • @gaurimishra3797
    @gaurimishra3797 3 ปีที่แล้ว

    This section is very useful thank you sir

  • @siddhikamahajan8505
    @siddhikamahajan8505 3 ปีที่แล้ว

    Nice video Sir

  • @g-10shreyamahajan91
    @g-10shreyamahajan91 3 ปีที่แล้ว

    Informative👍👌

  • @bigtv7890
    @bigtv7890 3 ปีที่แล้ว

    Plagiarism-remove.ml is fast plagiarism remover. Remove plagiarism in 3 seconds.

    • @techphoenix88
      @techphoenix88 3 ปีที่แล้ว

      Thanks for comment. It will be definetly helpful for others .

  • @abhishekchavanke593
    @abhishekchavanke593 3 ปีที่แล้ว

    This video is very useful

  • @abhishekchavanke593
    @abhishekchavanke593 3 ปีที่แล้ว

    This video video is very useful those are facing some problem about plagiarism

  • @abhilashmishra6921
    @abhilashmishra6921 3 ปีที่แล้ว

    Awesome video This video is very useful for PhD and Mtech students Who are facing the problem while writing the research paper.

  • @abhilashmishra6921
    @abhilashmishra6921 3 ปีที่แล้ว

    Awesome video This video is very useful for PhD and Mtech students Who are facing the problem while writing the research paper.

  • @techphoenix88
    @techphoenix88 3 ปีที่แล้ว

    Thank you

  • @gaurimishra3797
    @gaurimishra3797 3 ปีที่แล้ว

    Very informative section

  • @llamdoan158
    @llamdoan158 3 ปีที่แล้ว

    hey sir, If the frequency of the pulse is different from the frequency of the power supply, how is the excitation angle determined?

    • @techphoenix88
      @techphoenix88 3 ปีที่แล้ว

      We need to keep both same. By the way y u need that different? Please share case or example in which u need to keep both frequency different.

  • @kundankumarsaraf3563
    @kundankumarsaraf3563 3 ปีที่แล้ว

    Very nice lecture

  • @satishkumarbhati5504
    @satishkumarbhati5504 3 ปีที่แล้ว

    Excellent talk by Prof. Amit Mishra which created awareness and motivation about electromagnetic engineering in short duration.

  • @E2ESolutionsDIY
    @E2ESolutionsDIY 4 ปีที่แล้ว

    Nice

  • @deepakrane2622
    @deepakrane2622 4 ปีที่แล้ว

    👌

  • @shrutithakare5751
    @shrutithakare5751 4 ปีที่แล้ว

    Thank you sir.....your explanation is simple and easy to understand.

  • @surajkumar-mj2vz
    @surajkumar-mj2vz 4 ปีที่แล้ว

    Nice!!!

  • @web_masud
    @web_masud 4 ปีที่แล้ว

    Awesome Video Boss

  • @E2ESolutionsDIY
    @E2ESolutionsDIY 4 ปีที่แล้ว

    Nice

  • @E2ESolutionsDIY
    @E2ESolutionsDIY 4 ปีที่แล้ว

    Nice work 👌.It will certainly help many..Keep going..All the best from#E2Esolutions

  • @E2ESolutionsDIY
    @E2ESolutionsDIY 4 ปีที่แล้ว

    Nice work Dear 👍 Keep creating and keep growing..as we have similar Passion for technology...I will support you as much as I can..and I am your subscriber too.. All the very best from #E2Esolutions

  • @ajayshinde9999
    @ajayshinde9999 4 ปีที่แล้ว

    Outstanding sir 👍

  • @ajayshinde9999
    @ajayshinde9999 4 ปีที่แล้ว

    Nice sir 👍

  • @pravinshinde602
    @pravinshinde602 4 ปีที่แล้ว

    Nice Presentation

  • @rayleblanc7209
    @rayleblanc7209 4 ปีที่แล้ว

    Can you post the script you have written for the function. I need to write a script for arduino mega 2560. When switch on the motor needs to turn a specific number of turns ( 8 turn clockwise). When switched off it reverses 8 turn anti-clockwise.