Questions tagged [pulse]

This tag has numerous interpretations:

Software

  • RSS news reader app for Android, iOS and HTML5 browsers, released around 2010.
  • JunOS Pulse, the SSL VPN client
  • Pulse CMS, content management for small web sites
  • The Zutubi Pulse continuous integration server
  • Various Salesforce.com plugins (examples)
  • C# Monitor.Pulse (discouraged, too granular)
  • The Python function wxGauge.Pulse (discouraged, too granular)

Concepts

  • an (use that tag instead)
  • an animation type defined by AnimationExtender (ASP.NET AJAX). use
  • human pulse sensors (eg. Arduino integration)
  • for analog engineers, a pulse wave is a bar graph created from 1-D vector input data. pulse generators can be used to generate this type of signal. pulse waveforms are commonly used in synthesizer programming.
  • Radio control pulse position modulation encoding (PPM), pulse code modulation (PCM), pulse width modulation (PWM). try or instead
150 questions
0
votes
0 answers

VHDL Pulse Generation with External Trigger and Trigger Out

I am stuck in this program to create a custom pulse from external trigger and internal trigger. Here is my program for external trigger. It will take a trigger signal from "trig_in" input port to generate a custom pulse: if state_trig = extrig then …
0
votes
1 answer

CSS keyframes and animation: pulse don't work on Safari and border-radius won't apply to the pulse effect

Problem 1: I can't get the animation to pulse in Safari browser (11.1 and 12.0 on Mac). Specificly the .pulse-btn .btn2. The .pulse-btn .btn1, with the shadow-pulse and box-shadow, work as intended. Problem 2: I can't get border-radius effect to…
Cirshiss
  • 81
  • 9
0
votes
1 answer

Query 'where' clause issue in Gemfire 9.3 Pulse

To start off, I am using the SecurityManager interface fyi. Now, I have just upgraded from Gemfire 9.1 to 9.3 and I noticed there's an issue with the querying. Before I could do a 'Select * from /Region where hostname="ABC" ' without any issue. Now…
Jesman
  • 9
  • 2
0
votes
1 answer

imageview under pulsator with swift 4

I am trying to show an UIImage with pulse effect, for this I use pulsator framework. but the UIImage is under the pulsator, now I want to know if it is possible to set the UIImage on pulsator effect? This is my code: let img = UIImage(named:…
Dimoreno
  • 227
  • 3
  • 15
0
votes
1 answer

Pulse effect CSS around button not working

I am trying to create a pulse effect around this button. Unfortunately its not working... and I can't find the error. #pulse { width: 50px; height: 100%; } #show { float: left; margin-top: -200px; margin-left: 10px; border:…
Jakob
  • 195
  • 4
  • 12
0
votes
2 answers

How to add a custom column in Tasks section on Pulse in Magnolia

Good morning, i am a fairly new person at Magnolia and i have the need to improve a web by showing more data at the Task section of Pulse in Magnolia, to be able to do that i need to create a couple of columns but after trying to find some…
0
votes
0 answers

Pulse CMS - Contact Form

I have produced a site at "http://missdcall.co.uk" and have included a contact form at the bottom using Pulse CMS. The contact form continues to return an error stating: "Sorry it seems that our mail server is not responding, Sorry for the…
0
votes
3 answers

Python getting last line

Working on a monitoring project, I need to count pulses from pulse meters. I've already found some solutions, which I've been trying to adapt to my needs. Here is the python script, running on a Raspberry Pi : #!/usr/bin/env python import RPi.GPIO…
NyuengBo
  • 29
  • 3
0
votes
0 answers

How to pulse generator block generate a pulse 40khz?

I tried to generate a 40khz pulse to the GPIO pin of my ultrasonic sensor in raspberry pi. I used the pulse generator instrumentation, but the pulse is not accurate: the oscilloscope displays only 10khz. I modified configuration…
0
votes
1 answer

How do I display the pulse width of a signal in vhdl?

I am trying to implement this code into a program that displays the pulse width of a signal onto the seven segment display on the basys2 board but when I download the code onto the board it just displays "0001" I figured out its just showing 1 from…
gpsn
  • 1
  • 1
0
votes
1 answer

Pulse generation and readout on arduino

Currently I'm working on a project where I have to read out pulses from a Arduino and check if the result is High or Low. I had to write my own code to generate the high/low output from the Arduino: //Pulse Generator Arduino Code int potPin = 2; …
Joris Mathijssen
  • 629
  • 7
  • 20
0
votes
1 answer

How to draw heart rate monitor on Android

I'm trying to develop an Android app that shows a Heart Rate Monitor (commonly known as pulse) receiving data in real time from an smartband through Bluetooth. Do any of you know about some easy API to draw this kind of graphic in Android? Thanks in…
Aingeru72
  • 3
  • 4
0
votes
1 answer

stm32 counter up/down and reset on change direction

how to add in this code reset on change direction? counter is tested with signal for stepper motor and working well, counting is up and down but limit is 32767 after -32766 -32765 .. for reset on change direction i think to add this…
0
votes
1 answer

Scope displays unexpected puls generator output

I am having troubles understanding the output of my scope in this simple simulink model: I am using a fixed step solver (tried with ode3 and ode8). Pulse type of the puls generator is set to Sample based and I varied the Period and Pulse…
evolved
  • 1,850
  • 19
  • 40
0
votes
4 answers

How to get image to pulse with opacity with JQuery

I am trying to get an image to change opacity smoothly over a duration of time. Here's the code I have for it.