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 for Programming
 LabTalk Forum
 FFT hi pass filter on wksheet column from Labtalk

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
ashvilki Posted - 05/11/2003 : 8:08:36 PM
Is there a way to apply FFT high pass filter with a specific cutoff from LabTalk on a worksheet column without plotting the actual graph?

Thanks a lot!
2   L A T E S T    R E P L I E S    (Newest First)
ashvilki Posted - 05/23/2003 : 2:43:34 PM
Thanks, Jonni!
It did work.

Alexei
jonni Posted - 05/23/2003 : 08:31:18 AM
Hi Alexei,

I am not sure of the proper method to do this but I tried the following with success:

The FFT high pass filter code is located in GRANALY.OGS in section [HighPass]. So, select the column and in the script window type:

run.section(GRANALY,HighPass);

The pop-up window appears for you to enter the cutoff. This creates the filered data worksheet but also for some reason an extra column in the original data - I have no idea how to avoid this.

(You can check how to do this yourself: first plot the graph as you normally do, then with the script window open hold down CTRL and SHIFT then click on FFT Filter:High Pass... in the analysis menu - the command Origin calls now appears in the script window.)

I think there is also a NAG function that does the same thing from OriginC so try to post your question to the C forum.

Hope this helps.

jonni

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