photo

Sundeep Javvaji


Last seen: 11 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
z transform of a sequence
If y is your input sequence, bode_y = 0; for n = 1:length(y) bode_y = bode_y + y(n)*tf([1],[1 zeros(1,n-1)],1); end

environ un an il y a | 0