The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 HELP

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
a_user Posted - 08/13/1998 : 7:51:00 PM
HELLO MICROCAL CORPORATION...
I AM WRITING THAT POST FROM ILMENAU TECHNICAL UNIVERSITY,FACULTY OF
ELECTROTECHNIC/INFORMATIONS TECHNIC,INSTITUTE OF SOLID ELECTRONICS-GERMANY
WE WANTED TO USE A SOFTWARE FOR CONVOLUTION.IN YOUR CATALOGUES WE SAW THAT
ORIGIN 4.1 INCLUDED CONVOLUTION FEATURE.FOR THAT REASON WE BOUGHT THE MICROCAL
ORIGIN 4.1.BUT NOW WE CAN NOT USE IT ON THIS APPLICATIONS.WE COULD NOT FIND
THAT FEATURE IN ORIGIN 4.1 NOW WE WONDER IF IT INCLUDES THAT FEATURE OR
NOT...IF THE ANSWER IS YES, PLEASE SEND AN EXPLANATION FOR OUR PROBLEM...
THANK YOU FOR YOUR ANSWER...
AES GROUP FROM ILMENAU TECHNICAL UNIVERSITY

DR.RÖßLER
TU-ILMENAU
FACULTY E/I,IFE,HT
POST BOX 0565
D-98684 ILMENAU
GERMANY

1   L A T E S T    R E P L I E S    (Newest First)
a_user Posted - 08/13/1998 : 7:52:00 PM
Using Origin ‘s Convolution functions

Origin ‘s Convolution functions are available through scripts only
at current version. The description of these functions are described
near the bottom of the Readme update note that are open during the
installation of the software. Here is an example of using the function,
assume you have the following columns in your worksheet

Time Signal Response Conv

and you have your data in the Time/Signal/Response column. Then
you can add the button to the worksheet with the following script:

fft.conv.convdata$=%H_conv;
err=fft.conv(%H_signal,%H_response);
err=;

where the last line simply print the error code into the script
window if it is open and err=0 will be printed if the operation is
successful. %H stands for the current window name.

Please note that the Response column should have roughly 1/3 of
the number of points as the signal column and it should also contain
odd number of points. Otherwise err=1 will be printed and the Conv
column will not be updated with the results.


The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000