AC voltage Part 2: root-mean-square (RMS) value explained in Python смотреть онлайн
In the second video of the AC power series the basic mathematics behind calculating the root-mean-squared (RMS) value is being explained step-by-step. Furthermore, the process is also shown in form of a Python 3 code run inside a Jupyter notebook. First we describe the general formula for a sinusoidal function, and this is being implemented for 230V AC voltage, having a value of the peak amplitude of about 325V.
For simplicity the code does not contain Numpy arrays, vectorized operations, Pandas, or even Python list comprehensions. This is done on purpose so that people who are more familiar with other programming languages like Java, Fortran90, C or Matlab can also follow the discussion. When it comes to the description of the sine wave, the phase factor is also being neglected to simplify the problem.
After we describe the AC sinusoidal voltage in our Python code, next we implement the algorithm of computing the root-mean-squared RMS value for a given voltage source. As input data points we use the sinusoidal 230V AC, and the evaluation of the RMS value is presented in detail.
Throughout the Jupyter notebook the divisions are assumed to be run as floating point divisions, which is the default for Python version 3. Thus, the same code would need to be changed accordingly when it is run in Python version 2, since the later does integer division.
Due to its nature, this video might be more interesting for students studying electronic engineering, and for people who were wondering about how an RMS value is being calculated.
In the following part we discuss how is the RMS calculation being implemented in so called True RMS DMM digital multimeters, and how does the chaper so called averaging multimeter compare to the True RMS multimeter.
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «AC voltage Part 2: root-mean-square (RMS) value explained in Python» бесплатно и без регистрации, вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.