Feeds
질문
Hi, I am applying an algorithm on an Image which is so big 7001x7851. I am using many loops according to the algorithm and it takes much time to get the result. I am trying to use block processing but do not know how to get the 'fun'. here is my code
Tb1= imread([datapath71,datafile71]); Fb1= imread([datapath51,datafile51]); [r,c] = size(Tb1); [m,n] = size(Fb1); ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
function for computing instantaneous frequency using wigner distribution
Consider the following signal, 0.4exp(j10t)+exp(j20t)? (c) Write a MATLAB function that will compute the instantaneous freque...
대략 12년 전 | 답변 수: 0 | 0