输入参数 Resources

Showing items tagged with "输入参数"

MATLAB code for performing Canonical Correlation Analysis between two images, with input parameters: input image 1, input image 2, rows, columns, channel 1, channel 2, and output matrix. The implementation involves preprocessing, feature extraction, and correlation computation using canonical correlation algorithms.

MATLAB 354 views Tagged

Input Parameters: x0 - Initial state vector smoocof - Ideal smoothing coefficient inp - Position measurement array npts - Number of points in input positions T - Sampling interval nvar - Ideal noise variance Output Parameters: residual - Position error array (residuals) estimate - Predicted position array

MATLAB 187 views Tagged

Input Parameters: taup Pulse Width - The duration of the pulse signal, a critical parameter for signal analysis and ambiguity function computation. In MATLAB implementations, this parameter typically defines the time-domain extent of the pulse waveform and affects the resolution properties in matched filter processing.

MATLAB 168 views Tagged

Input Parameters: taup - Pulse width in seconds b - Bandwidth in Hertz up_down - Chirp direction indicator (1 for up-chirp, -1 for down-chirp)

MATLAB 230 views Tagged

Improved polar coordinate function in MATLAB supporting negative axis values, see parameter documentation for input details. Contact via email for issues. Directly executable in MATLAB command line, e.g.: my_polar2([0,20,30]*pi/180,[-10,0,10],'-r',-20,30)

MATLAB 211 views Tagged