Ana içeriğe atla

Kayıtlar

SBR

For a self balancing robot project, I want to make Self balancing robot, hence MPU6050 sensor, come into horizontal position everytime it loses its balance Therefore, when I upload the code in the link and adjust it horizontally, it keeps calculating  (https://codebender.cc/sketch:97892#MPU6050%20calibration.ino) It always keeps calculating these six values. buff_ax= 24212 buff_ay= -5720 buff_az= 770924 abs(mean_ax) = 484 ay=114 az= 15900 Have you ever placed mpu6050 and done the same operation? How did you do that?
En son yayınlar

Effect of sampling in sampling rate to frequency domain

How can we use z transform in finding convolution?

Example: Given $x(n)= \delta(n)+ 2\cdot \delta(n-1)- \delta(n-3)$ and $h(n)=2\cdot \delta(n+1) + 2\cdot \delta(n-1)$ z transforms of $x(n)$ and $h(n)$ are $X(Z)=  1 + 2\cdot z^{-1} - z^{-3}$                         $H(Z) =    2 \cdot z^{1} + 2 \cdot z^{-1}$ convolution in time domain leads to multiplication in z transform $x(n) \ast h(n) = X(Z) \cdot Y(Z)$ $Y(Z)= X(Z) \cdot H(Z)= 2\cdot z + 4+ 2\cdot z^{-1}+2\cdot z^{-2} -2\cdot z^{-4} $ taking inverse z transform $y(n)= 2\delta(n+1) + 4 \delta + 2 \delta(n-1) + 4 \delta(n-2)-2\delta(n-4)$