Applying function to signal
    조회 수: 1 (최근 30일)
  
       이전 댓글 표시
    
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
답변 (1개)
  Azzi Abdelmalek
      
      
 2013년 1월 27일
        
      편집: Azzi Abdelmalek
      
      
 2013년 1월 27일
  
      function J=yourfunction(I)
%write your code
%J=...
댓글 수: 6
참고 항목
카테고리
				Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!