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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0