Problem for calcul the modul of signal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Problem for calcul the modul of signal
Hello,
Do you can to help me for calcul the modul of a signal. 'modul=√(a^2 + b^2)'
Thank you very much
O.B
Solved! Go to Solution.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you perhaps mixing up the column operator with the power operator? Is this what you are trying to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Why are you using the Matrix column operator in your definition of moduleqdcidc?
Aren't qdc and idc vectors?
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
it is a matrix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
qdc and idc are a matrix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm sorry but there not.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That don't work !
I want √[Qdc(tm, tpas3)^2 + Idc(tm,tpas3)^2]
What must i do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you perhaps mixing up the column operator with the power operator? Is this what you are trying to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you have (as I think you do) an imaginary Number with real and imaginary parts, then your Modul function is simply the magnitude (use the absolute value icon). If you are doing it to every component of a vector, then you must "vectorize" it (Cntrl _) or you will get the magnitude of the whole vector.
