MATLAB QUESTIONS & EXPERT ANSWERS

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

Illustration
Is there a function that calculates circular cross-correlation of sequences?
Teagan - 2021-01-14

I know that XCORR calculates linear cross-correlation function estimates, but I wonder if there is a function that calculates circular correlation....

Why do I observe a shift in mean when using the DECIMATE function in MATLAB 6.5 (R13)?
Zachary - 2021-01-11

When I use the DECIMATE function using the following command:     load p3.txt plot(p3(:,1),p3(:,2),'k.'); grid on; hold on; y=decimate(p3(:,2),31); ...

How can I speed up the calculation time for the
Cataleya - 2021-01-11

I am using the "rpmtrack" function in the MATLAB R2018a prerelease. When my "x" signal input has ~ 10e5 elements, the "rpmtrack" function takes 15 min...

How is the dithering generated and applied for the NCO?
Nicholas - 2021-01-11

How is the dithering generated and applied for the NCO (numerically controlled oscillator) block in Signal Processing Blockset 6.5 (R2007a)? I would l...

Why does MATLAB go into a busy state when running functions from signal toolbox?
Mackenzie - 2021-01-11

When using the "kaiser" function in the Signal Processing Toolbox, I find MATLAB to go into a 'Busy' state and remain there indefinitely. Upon some fu...

Use Filter Constants to Hard Code Filter
Francisco - 2021-01-11

I am trying to implement a real-time filter so am using MATLAB's butter() function to generate the needed [b,a] vectors [b,a] = butter(4,4/35,'low'); ...

Finding Accurate Amplitude Using FFT
Emmett - 2021-01-11

I have been working on code to use the FFT to find the amplitude of a signal. However, despite my best efforts to window I seem to get incorrect ampli...

How to write a 16 bit image with a drawing rectangle in a folder
Jessica - 2021-01-09

I am working with a 16 bit DICOM Image whose size is 512*512. I want to draw a rectangle at 250,375 positions with length and width 50,50 respectively...

Please How can I get the remaining blocks in signal processing subsystem
Kendrick - 2021-01-09

Hello Good morning Please I need help. Im Trying to implement the wideband radar system from this link. https://www.mathworks.com/help/phased/examples...

How to create a For Loop to Loop through all the rows in the matrix
ishitaisha6840 - 2021-01-09

Hello all. I am working with time series data. I have a  matrix 142x240000 (142 rows, each row has 240000 columns). I want to calculate the the norma...

Get a Free Consultation or a Sample Assignment Review!