Feeds
提问
Saving image with the plots
Below code segment shows the result correctly on output_axis. I mean, the image C and the plots on the image. [B,L,...
12 years 前 | 2 个回答 | 0
2
个回答提问
How to reduce size of 2D image ?
I have to compress 2D NxN image by taking the fourier transform first, then in the frequency domain I have used high pass filter...
12 years 前 | 1 个回答 | 0
1
个回答提问
How can i do this?
Here is my code: [m,n] = size(I); for c = 1:n for r = 1:m x = round(s*r); y = round(s...
12 years 前 | 2 个回答 | 0
2
个回答提问
how to apply highpass, lowpass or bandpass filtering according to the paramaters ?
I have to apply filtering to a discrete time function. Input signal is n-by-1 vector. Sampling frequency is also given in Hz....
12 years 前 | 2 个回答 | 0
2
个回答提问
How to add harmonics to a signal ? Help please !!
Is there anyone who can help me? I need to add harmonics of a signal to that signal. Signal is given in vectorized form and i...
12 years 前 | 1 个回答 | 0