Cukkacan
Newbie level 5
- Joined
- Jan 2, 2013
- Messages
- 8
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,342
Hey,
I would like know if it is possible to use a calculated output in cross function ?
First, gain was calculated by out/in VF("/vo") / VF("/vi"). Then max value of the gain plot was tried to calculated by ''ymax'' function ymax(VF("/vo") / VF("/vi")). However it did not work. I used fist ''dbm'' to get dB equivalence dbm(VF("/vo") / VF("/vi")). Then ''ymax'' function was applied to dbm equivalence of gain ymax(dbm(VF("/vo") / VF("/vi"))). Numerical value was calculated correctly and shown in ''OUTPUT'' tab.
My problem is i would like to use that function which calculates this numerical value in cross function as cross(Gain_dB ymax(Gain_dB) 1 "either" nil nil )
Is it possible or is there a way to do what I want ?
ty all
__________
I figured out how to use it I realised that ''cross'' function does not support fractional numbers as threshold value.
I would like know if it is possible to use a calculated output in cross function ?
First, gain was calculated by out/in VF("/vo") / VF("/vi"). Then max value of the gain plot was tried to calculated by ''ymax'' function ymax(VF("/vo") / VF("/vi")). However it did not work. I used fist ''dbm'' to get dB equivalence dbm(VF("/vo") / VF("/vi")). Then ''ymax'' function was applied to dbm equivalence of gain ymax(dbm(VF("/vo") / VF("/vi"))). Numerical value was calculated correctly and shown in ''OUTPUT'' tab.
My problem is i would like to use that function which calculates this numerical value in cross function as cross(Gain_dB ymax(Gain_dB) 1 "either" nil nil )
Is it possible or is there a way to do what I want ?
ty all
__________
I figured out how to use it I realised that ''cross'' function does not support fractional numbers as threshold value.