How can we check 2 images are the same?
How can we check 2 images are the same? For example, I have an image cameraman, how can I check it is the same like the image ca...
creating vector from n value
Hi everyone, how can I created 5 diffrent vectors based on:
n = [2 4 8 16 32]
if n = 2, N = [1/2 1/2]
if n=4, N = [1/4 1/4 1/...
DTFT on for filter
I need to find DTFT of h1 and h2 on MATLAB, but the graph and what I calculation is very different on h2. If anyone knows, pleas...
3 years 前 | 1 个回答 | 0
1
个回答
提问
An integer multiple a function
I want the code run with 5 different graph on loop. But the result is just one. Can anyone help me please?
load ecg_hw2.mat;
n...
3 years 前 | 2 个回答 | 0
2
个回答
提问
a length of number times to a function
Hi everyone, this code is simple about I have a length number, I create a for loop for each number multiplies to a function, but...