MATLAB QUESTIONS & EXPERT ANSWERS

Ask an expert. Trust the answer.
Your academic and career questions answered by verified experts.

Illustration
Export Audio with Volume Automation
Mathieu_smith_32 - 2021-12-07

Dear Community,   I would like to print a sinewave with volume automation in mathlab. I am already able to print a stereo wave file with a fixed ampl...

can anybody explain the commented line of the code
Maaz_rao - 2021-12-07

fs = 512; X = [-2 1 -3 5 -1 3 -4 4 -2]; lX = length(X)-1; Y = -diff(X)/2.*cos(pi*(0:1/fs:1-1/fs)') + (X(1:lX)+X(2:lX+1))/2; % Y = [Y(:);X(end)]; plot(...

How do I calculate the amplitude ratio and phase lag for two sinusoidal signals in MATLAB?
widyaningtyas - 2021-12-07

How do I calculate the amplitude ratio and phase lag for two sinusoidal signals in MATLAB?  ...

Decomposition object saveobj method not supported?
Shumao Zhang - 2021-12-07

Hi there, I need to perform a lot of computation. I am using some sort of 3D histogram, which is filled with logs about entitites for each cell. Each ...

HOW CAN I CALCULATE THE SIGNAL TO NOISE RATIO(SNR) OF A CHIRP SIGNAL
rahman_sid - 2021-12-06

I have a signal which is comprised of 4 chirp signals and an additive noise with the same sampling frequency and size is generated now i need to calcu...

DTMF tone using matlab
pavan_78chilla - 2021-12-06

can anyone tell me how to implement DTMF tone using matlab and i have to listen the tone  ...

How does Root-MUSIC algorithm for DOA estimation for a ULA work for a recorded audio file ?
Sumit_shah - 2021-12-06

I'm trying to apply phased.RootMUSICEstimator for estimating azimuth angle of a sound source in a real-world scenario. I'm doing this by recording an ...

Adaptive median filter
Wildemann - 2021-12-06

clc; clear all; close all; a=imread('cameraman.tif'); figure(1),imshow(a),title('origanal image'); b=imnoise(a,'salt & pepper',.02) figure(2),imshow(b...

How do I calculate the impulse response?
kulkarni - 2021-12-06

How do I write the code in order to get the impluse response for the following equation:   y[n]=x[n]+x[n-1]+x[n-2]...

Why can't I generate code for the "resample" function using MATLAB Coder?
MUSTAPHA - 2021-12-06

I have  a MATLAB function that uses the "resample" function that I would like to generate code for using MATLAB Coder, but when I try to generate cod...

Get a Free Consultation or a Sample Assignment Review!