How is the dithering generated and applied for the NCO (numerically controlled oscillator) block in Signal Processing Blockset 6.5 (R2007a)? I would like to know how the dithering …
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
How is the dithering generated and applied for the NCO (numerically controlled oscillator) block in Signal Processing Blockset 6.5 (R2007a)? I would like to know how the dithering …
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 further debugging, I noticed tha…
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'); Just to be clear I have used t…
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 amplitudes. When I manually find Am…
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. I am capable to draw rectang…
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/modeling-a-wideband-monostati…
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 normalisation weight for each row. …
I am trying to compile the lpc function (Linear Predicitve Coding) in C/C++ to later include it in a CSS project in order to implement it into a Texas instrument DSP board. The LPC…
I have a 2 column array. It represents an exponential rise/fall of voltage and the time for each datapoint. In the voltage, I want to locate the data in a window between the first …
I have a signal and I only want the top two or three local maxima, I don't want the 5000 maxima that the findpeaks() function gives me. Is there a way to get this? Thanks. …