已回答
splitting a vector into separate vectors
Hi @Neda, If you are working with large 1D vectors. using a binary search might be a good option to optimize time complexity. ...

2 months 前 | 0

已回答
Embedded coder support package for arm cortex-m33 processors
Hi @Lars Lindner, According to the latest MATLAB documentation, the ARM Cortex-M33 is not supported by MATLAB. You can verify t...

2 months 前 | 0

已回答
Optimize antenna from pcbStack object
Hi @J, I understand you're looking to optimize an antenna created from a pcbStack object and have encountered issues with the o...

2 months 前 | 0

已回答
Offset paraboloid reflector design
Hi @Albert Zurita I understand you're trying to create an offset paraboloid reflector design using MATLAB's Antenna Toolbox, bu...

2 months 前 | 0

已回答
converting txt file to mat file; ads1298ecgafe-pdk
Hi @Elzbieta, I understand that you're working with ECG data from the ADS1298ECGFE-PDK device and trying to convert it to MATLA...

2 months 前 | 0

已回答
Error using ilwt Expected LEVEL to be a scalar with value <= 1.
Hi @Baydaa, It seems you're encountering an error while using the 'ilwt' function for the Inverse Lifting Wavelet Transform. Th...

2 months 前 | 0

已回答
How to compare between two images ?
Hi @Sally Sakr, I understand that you want to compare two images in MATLAB. Here are some methods for the same: Structural Si...

2 months 前 | 1

| 已接受

已回答
I want to calculate the affine transformation matrix (rotation, translation and scaling) for the binary image
Hi @Haytham Ali, I understand that you wanted to perform an affine transformation on a binary image. You can achieve this usin...

2 months 前 | 0

已回答
Fourier mellin image registration for medical images of brain tumor
Hi @image-pro, I've found a useful resource for image registration using the Fourier-Mellin Transform: https://www.mathworks....

2 months 前 | 0

已回答
Help needed with antenna gain settings
Hi @Saad Humayun, I understand that you wanted to create antenna object with a custom gain setting. As the gain property is typ...

2 months 前 | 0

已回答
Rotate antenna radiation pattern using rotpat function such that boresight is aligned with the x-axis
Hi @Yasemin, To align an antenna's boresight with the x-axis, you can rotate its radiation pattern using the ‘rotpat’ function ...

3 months 前 | 0

已回答
Wavelet decomposition (Meyer) for a signal
Hi @Thomas PLOCOSTE, To decompose a signal using the Meyer wavelet, you should use "dmey" as the wavelet name. Here's an exam...

3 months 前 | 0

已回答
denosing signal using wavedec and waverec
Hi @konoha, If you're looking to denoise a signal using 'wavedec' and 'waverec', you can follow these primary steps: Perform a...

3 months 前 | 0

已回答
How to generate pulsed waveform of gold sequence?
Hi @Basmah Ahmad, If you're interested in generating pulsed waveforms of a Gold sequence, the Phased Array System Toolbox™ offe...

3 months 前 | 0

已回答
Export from PCB antenna designer into workspace for radiation pattern definition
Hi @Louise Hazelton, To export the radiation pattern from the PCB Antenna Designer to the workspace, you should first export t...

3 months 前 | 0

已回答
How can you design linear arrays using a different axis than the xz-plane in antennaArrayDesigner?
Hi @Will, You can design an antenna array with arbitrary geometry using the 'Conformal' Array type in the Antenna Array Design...

3 months 前 | 2

已回答
design lowpass butterworth filter
Hi @Steven, To achieve a gain other than 0 dB in the low-frequency region, you can multiply the linear gain with the frequency ...

3 months 前 | 0

已回答
inverse FFT for recreating radiation pattern
Hi @fima v, I can understand that you wanted to find the set of amplitudes and phases for the array elements that produce a ra...

3 months 前 | 2

已回答
How can I use the iswt2 from the wavelet toolbox with a different dwtmode?
Hi @Julian Knaup, I understand you are trying to use Symmetrization mode for 'swt2' and 'iswt2' function. According to MATLAB ...

4 months 前 | 0