Community Profile

photo

Rakesh Paritala


Last seen: 4 years ago Active since 2020

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
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)...

4 years ago | 0