Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
tavakoli said:can somebody tell me what should i do for sampling discrete time signals in matlab
jpena said:If the source is discrete... why don't you just keep values at a regular time.
if "x" is a vector of length "n" containing the data:
new_x=x[1:2:n];
contains the data at half the samplig frequency