I want to have a time frequency plot using parametric methods, plz anyone help. …
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
I want to have a time frequency plot using parametric methods, plz anyone help. …
Hi all, I would like to apply a notch comb filter (e.g. by using the iircomb function), but my sampling frequency is 976 Hz and the fundamental frequency of the noise signal is …
I'm trying to find the local max in time window , i know that I have to define part from the signal then use the findpeaks built in function then take the max value of it. % c…
A model of the surface EMG signal is created by filtering a white gaussian noise, using a shaping filter H(f). this filter has low cut-off freq=60hz and high cut-off freq=120hz. th…
I have a cell of this type: 200×3 cell array [1×60000 double] [ -0.9365] [154.9924] [1×60000 double] [ 10.8080] [297.1132] [1×60000 double] [ 15.5680] [121.3598] Etc. I want…
I have a matrix that I read into MatLab that is 116 spectra (columns) each being 1024 elements (rows). Each spectrum has a peak and I'm looking to determine the following informati…
Hello, I have a question about the signal smoothing example given in the documentation of Matlab. load bostemp days = (1:31*24)/24; plot(days, tempC) axis tight ylabel('…
I have a respiration signal which is sinusoidal in shape. I have fitted the curve using Fourier series. Since the fitted curve is in cfit format, I am not able to find it's Power S…
Hi, I used "findpeaks" to find the IDs of all the peaks in my data. I need for each peak to find the average of five elements before it. the problem is that some of the peaks don't…
Hi guys! I have been trying to make a chirp function in which the frequency is changing randomly through the time my parameters are this t1=0 t2=1 f1=0 f2=60 I have tried …