Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
fliozzi
Posted - 07/03/2011 : 4:13:25 PM Origin Ver 8.5.1 SR2 (Demo) Operating System: Windows 7 Ultimate x64.
Hello, I need to fit a square signal taken from the oscilloscope. There is some function to set this type of signal, or there is some way to do this. Thanks.
I`am electronic engineering student.
2 L A T E S T R E P L I E S (Newest First)
fliozzi
Posted - 07/05/2011 : 6:18:31 PM You're right. Thank you very much.
I`am electronic engineering student.
Hideo Fujii
Posted - 07/05/2011 : 4:15:42 PM Hi fliozzi,
Maybe you can create your own user-defined function - a combination of a trigonometric function and rounding (to the integer) function such as:
y=a*nint((sin(b*x+c)+1)/2)+d
(Note that nint is a function which gives the nearest integer.)