Applying function to signal
古いコメントを表示
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?
回答 (1 件)
Azzi Abdelmalek
2013 年 1 月 27 日
編集済み: Azzi Abdelmalek
2013 年 1 月 27 日
function J=yourfunction(I)
%write your code
%J=...
6 件のコメント
Berbia
2013 年 1 月 27 日
Azzi Abdelmalek
2013 年 1 月 27 日
Can you provide an example?
Azzi Abdelmalek
2013 年 1 月 27 日
編集済み: Azzi Abdelmalek
2013 年 1 月 27 日
I dont know what you mean by as required. Can you give a clear example with relation between inputs and outputs
Berbia
2013 年 1 月 27 日
Azzi Abdelmalek
2013 年 1 月 27 日
Sorry, I can't understand.
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!