Feeds
提问
how to solve image process error using MATLAB
Loading Images, converting color image to grayscale, writing the image into a file A='D:\.. ..\img1.bmp'; B=imread(A,'bmp'); ...
2 years 前 | 1 个回答 | 0
1
个回答提问
how to represent signal
#y = sin(2*pi*50*t) + 2*sin(2*pi*120*t); t = (0:0.001:1)'; y = sin(2*pi*50*t) + 2*sin(2*pi*120*t); yn = y + 0.5*randn(size(t)...
2 years 前 | 1 个回答 | 0