Skip to content
Snippets Groups Projects
Commit 22c30915 authored by zhiyupan's avatar zhiyupan
Browse files

fix error in V2 matlab-file

parent da67bd5d
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,8 @@
N = [8 0]
D = [1 -3 2]
[fo R] = deconv(N,D)
pause
[f0 R] = deconv(N,D)
pause
R = conv(R,[1 0])
......@@ -16,3 +15,6 @@ R = conv(R,[1 0])
[f2 R] = deconv(R,D)
pause
R = conv(R,[1 0])
[f3 R] = deconv(R,D)
pause
......@@ -3,7 +3,8 @@
N = [8 2 3 2 1]
D = [1 0 0 0 0]
[fo R] = deconv(N,D)
[f0 R] = deconv(N,D)
pause
R = conv(R,[1 0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment