Applying function to signal
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I have an I-dimensional input signal
 x(t)=[x1(t),...xI(t)]T
and J-dimensional input-output function
 g(x)=[g1(x),....gJ(x)]T
these functions are saved as a J-dimensional matrix, while applying these functions to the input signal I should get the J-dimensional output signal by,
 yj(t)=gj(x(t)) where j={1,2....J}
How to implement this in matlab?
0 comentarios
Respuestas (1)
  Azzi Abdelmalek
      
      
 el 27 de En. de 2013
        
      Editada: Azzi Abdelmalek
      
      
 el 27 de En. de 2013
  
      function J=yourfunction(I)
%write your code
%J=...
6 comentarios
Ver también
Categorías
				Más información sobre Matrix Indexing en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

