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 150 of 208 Ask a Question
error about "signal(...) " and "signal.m"
yun-hun-jmai · Mar 3, 2021 · matlab , signal , signal processing

My Prof. give me a code which include something like "signal(...)" but it causes error in my computer. we compared our doc.s and saw that we have same "signal.m" with same content.…

dspdata display units for spectrum
George · Mar 3, 2021 · matlab , signal , signal processing , spectrum

How can I change dspdata spectrum units, its in dB (dB/Hz for PSD), I would like the spectrum in real units.  …

Right filter syntax for the [z,p,k] syntax
Lucian · Mar 3, 2021 · matlab , signal , signal processing , filter design

Hi, I used the butterworth filter with the [b,a] syntax:     filtord=4; SampleRate=20000; d = fdesign.bandpass('N,F3dB1,F3dB2',4,100, 300,SampleRate); hd = design(d,'butter'); % …

Are filter objects supported for GPU in MATLAB 8.1 (R2013a)?
khalilabby · Mar 2, 2021 · matlab , signal , signal processing , gpu ,

I want to know if I can use filter objects for GPUs in  MATLAB 8.1 (R2013a). I have the Jacket from AccelerEyes but their filter performance is slower than the MATLAB filter perfo…

embbed function simulink with signal
Gabriela · Mar 2, 2021 · matlab , signal , signal processing

Hi, I am trying to  simulate the  signal by Embedded matlab function in sumulink. The function has two input T=10e-6,B=30e6 and one output. The code as below   function y = chir…

please explainn this and guide me to develope the code
Nicholas · Mar 2, 2021 · matlab , signal , signal processing

[P,F] = spectrum(SSSS,128,0,hanning(128),1/15); is the old version of matlabs solution to find the spectrum of the  signal named 'SSSS'. can any one explain this ?? what is the eq…

How to know the location of maximum value in a vector?
Travis · Mar 2, 2021 · matlab , signal , signal processing

I have a vector such as A = [1 2 2 3 2 4 5 7 6 6 5 4]. As we can see that 7 is the maximum value of this vector. I want to know the location of this maximum value, in this example …

To desing low pass FIR filter analysis and application
Raphael · Mar 2, 2021 · matlab , signal , signal processing

1.to design lp fir filter using fir1, fir2 ,firpm 2. use three cutoff frequencies 500-1000hz, 1001-2000hz,2001-3000hz 3.plot frequency response using freqz and fft 4.find the group…

how to filter a signal using firlpnorm???
Aayushsingh · Mar 1, 2021 · matlab , signal , signal processing

'y' is the input white noise and 'g' is the sine wave... h=y+g... how to filter 'h' using firlpnorm??  …

Get a Free Consultation or a Sample Assignment Review!