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 years 前 | 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 years 前 | 0 个回答 | 0