MATLAB Solutions & Expert Answers

Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.

MATLAB expert answering student questions
Showing page 154 of 208 Ask a Question
find power of signal
uttamsingh · Feb 20, 2021 · matlab , signal , signal processing

Hi, how do i find total power of signal from a wav file and display it on axes ? I currently only have this. [myRecording,fs] = audioread('filename.wav',[1,2*8000]); %fs = sample r…

How to remove noise from a plot?
Nalani · Feb 19, 2021 · image processing , digital image processaing , digital signal processing , noise removal

I've created a function to detect white edges in an image. This plot is a segment in an image (post processing of my function). The example above has a lot of noise in it, as you c…

Approach for Noise Comparison
Isaiah · Feb 19, 2021 · matlab , signal , signal processing

Assuming I have two output signals measured from two different power supplies, I want to compare the noise-levels of these output  signals to find out which one of them the noisie…

resample gives dimension error
Farrahakhtar · Feb 19, 2021 · matlab , signal , signal processing

When I use the resample function, I get a dimension error. Here is the example used in the MATLAB help file, with the output: fs1 = 10; % Original sampling frequency in Hz t1 = 0:1…

designFilt error ONLY inside function
Vicente · Feb 18, 2021 · matlab , signal , signal processing

I'm using designFilt to make a simple bandpass filter for some data before doing further analysis:     myfilt = designfilt('bandpassfir','FilterOrder',20, 'CutoffFrequency1',0.1,…

matlab which filtfilt function handles filter objects
Rebekah · Feb 18, 2021 · matlab , signal , signal processing , array , cell array

According to matlab's filtfilt documentation, it can receive several arrays (depending in which representation; a-b, sos-k-g; you are using) and a filter object.   However if I t…

Get a Free Consultation or a Sample Assignment Review!