-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Signal manipulation
- This topic has 2 replies, 2 voices, and was last updated 17 years, 9 months ago by Frits van der Steege.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
February 10, 2007 at 1:14 am #12643Frits van der SteegeParticipant
I have several data sets in Flexpro 7 and would like to delete values out of all sets based on the values of one set falling below a certain value. What is the best way to do this?
February 10, 2007 at 1:14 am #8306Frits van der SteegeParticipantI have several data sets in Flexpro 7 and would like to delete values out of all sets based on the values of one set falling below a certain value. What is the best way to do this?
February 12, 2007 at 9:10 pm #9042Bernhard KantzParticipantCreate a FPScript formula which removes the values below a threshold.
– Use the ValuesAboveLevel function to calculate the indices of the event. You could remove the values directly if you don’t have a reference signal (Use EVENT_EXTRACT instead of EVENT_INDEX).Example: FPScript formula ‘Remove’
Arguments data Dim idx = ValuesAboveLevel(ReferenceSignal, 0.5, EVENT_INDEX) s[idx]
Create an additional function for each signal:
Remove(Signal)
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.