photo

Rakesh Paritala


Last seen: casi 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
how to write a function that outputs even and odd components of a signal.
clc; clear all; close all; x=input("enter the values"); n=0:length(x)-1; n1=(1-length(x))*0.5:(length(x)-1)*0.5; y=flip(x)...

casi 5 años hace | 0