Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I have matrix which is included the channels (row=19) and trial (columns=330) . Now, I have to design a FIR filter to extract data in different bands(...
I have a matrix A and a matrix B, with the same number of rows and a different number of columns. I need to calculate the correlation coefficient be...
My doubt is can I break the signal in a triangle and a straight line, then calculating fourier series for each. Will this break may affect my answer (...
Hello, I have a 20 seconds video which has a beating heart of an animal (captured by microscope). I want to find beating pattern of this heart in term...
What's the difference between Signal Processing Toolbox and DSP System Toolbox? Why is the DSP System Toolbox required for generating code of Signal P...
I am a DSP newbie and I am really confused after reading Chapter two of "An Introduction to Digital Signal Processing by J. H. Karl". On page 32, firs...
The DTW function from Signal Processing Toolbox seems to penalize stretching of a Time Series/Signal. Can i switch that off or define my own penalties...
i have to get peak values from temperature measurements. Therefore it is important to take one double matrix for getting the start and end points of a...
Hello there, I took some manual measurements of the frequency response of a pre-amplifier and now I want to do a polyfit to get a smoother approximati...
I am trying to filter out an ECG signal using the eighth order butterworth filter method. I am using a bandstop filter. Here is the MATLAB Code: ...