circonv

C = CIRCONV(A,B,N) performs the N-point circular convolution of vectors A and B

Al momento, stai seguendo questo contributo

CIRCONV N-point circular convolution

C = CIRCONV(A,B,N) performs the N-point circular convolution of vectors A and B. C is returned as a row vector. A and B must be vectors, but may be of different lengths. N must be a positive, non-zero integer. The results of CIRCONV will match that of CONV if N>=( length(A) + length(B) - 1). This is also the alias-free criterion for the circular convolution.

See also CONV

Cita come

Edward Brian Welch (2026). circonv (https://it.mathworks.com/matlabcentral/fileexchange/1117-circonv), MATLAB Central File Exchange. Recuperato .

Riconoscimenti

Ispirato: Circular Convolution

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.0