Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2.  
  3. R = 1000;
  4. C = 10^-6;
  5. y = R*C;
  6. fd=1000;
  7. t = 0:1/fd:(1-1/fd);
  8. h = 1/y+exp(-t/y);
  9. x = stac_seka2(1,000.5,0.5,50,fd);
  10. plot(x);
  11.  
  12. y = convmtx(h,x');
  13. plot(y);
  14.  
  15. %h = 1/y+exp(-t/y);
  16.  
  17. %plot(t,h);
  18.  
  19. %spektras_1(h,fd);
  20. %hold on;
  21. %spektras_1(h,1200);
  22. %hold on;
  23.  
  24. %spektras_1(h,100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement