Recent content by Sam Groves

  1. Sam Groves

    HTML/CSS Why is the HTML audio tag inactive on my Norway website?

    Hi.I am building up a site for Norway.So far I have this code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Norway's Home Page</title> </head> <body> <p style="font-size:18;font-family:Verdana"> Norway (Bokmål: Norge, Nynorsk: Noreg), formally the Kingdom of...
  2. Sam Groves

    Discover the Matrix of X Gate on Qutrit | Expert Insights & Solutions"

    I have watched this video:Click me! and read up on this article:Read me! but still no clue what the state matrix looks like.
  3. Sam Groves

    Discover the Matrix of X Gate on Qutrit | Expert Insights & Solutions"

    I have been searching in the Internet the state matrix of the X gate acting on a qutrit but yet I havent found anything.Does anyone know here?
  4. Sam Groves

    Does a DI Controller Improve Recovery Time Compared to No Controller?

    Yeah I agree I think PI controllers are the best.
  5. Sam Groves

    Does a DI Controller Improve Recovery Time Compared to No Controller?

    What do you mean A 1st order ot a 2nd order system.
  6. Sam Groves

    Does a DI Controller Improve Recovery Time Compared to No Controller?

    If we use a DI controller the error doesnt get better.Regarding the error it is the same as we didnt have any controller at all.But does the DI controller improve the recovery time or not to not having any controller at all?
  7. Sam Groves

    Java FileFinder using Breadth First Search algorithm fails

    I am developing a app which would be like the File Explorer except the fact that it will have many more features to it. I am trying to implement a function void calc() which would try to find a file with a specific relative path.I am using the Breadth First Search algorithm for my blind...
  8. Sam Groves

    C/C++ How to avoid compilation errors with multiple header files in C++?

    I have a class Stack with a header file Stack.h which uses up another class with a header file Activity.h I have a third class ActivityManager which uses up both the Stack and the Activity class.If I run the program and add in both Activity.h and Stack.h to the #include list I get a compilation...
  9. Sam Groves

    Function of PD, PI, ID and PID microcontrollers on a system

    Well different microcontrollers act differently on a system. A pure P microcontroller reduces the error and increases the final value , a pure I microcontroller nullifies the error and increases the final value and a pure D microcontroller increases the error and keeps the final value the same...
Back
Top