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 148 of 208 Ask a Question
How can I filter multiple files ?
Wyatt · Mar 9, 2021 · matlab , signal , signal processing

I have made a filter as following   [b,a] = butter(9,.02,'low'); x=textread('noisy.out'); y=filter(b,a,x); save filtered.out y -ASCII   I have 1000 files and I would like to filt…

Is the unit of Cxy from cpsd in decibel?
Sophia · Mar 8, 2021 · matlab , signal , signal processing ,

I want to use the Signal Processing Toolbox to compute the Cross spectrum gain and phase for my sequences X and Y. I wondered the Cxy that cpsd gives me is in the units of dB? I sa…

amplitude spectrum
Kennedy · Mar 8, 2021 · matlab , signal , signal processing

hi, how do i plot the amplitude spectrum of speech segment with a given sampling frequency fs, a given length and known number of bits. thanis in advance  …

Compute cumulative sum of a column vector without for loop
Travis · Mar 8, 2021 · matlab , signal , signal processing

For each index of a column vector , I want to compute the sum from index to index+spacing. spacing is an integer.   My aim is not to use for-loop but I didn't manage to find a way…

how to do digital filter on this EEG data
Delilah · Mar 5, 2021 · matlab , signal , signal processing

Hi! I recently recorded an EEG  signal at 50K Hz sampling rate. The signal was band passed at 1-500Hz before it was digitalized. Now I wanted to do a digital fitlering to this dat…

Get a Free Consultation or a Sample Assignment Review!