Need help with a special type of signal converter

In summary: Additionally, I'm looking for a minimum duty cycle output. I am not sure what that would be, but I would need to be able to set it in the device. Lastly, I am also looking for a setting that will allow me to determine when the duty cycle reaches 50%. I am not sure what that would be either. If anyone could provide some advice on how to proceed with this project, that would be great.
  • #1
DSG281
2
0
I have a project where I'm trying to take a variable frequency input signal and converting it to a fixed frequency, variable duty cycle output signal. The input signal is a sin wave ranging from roughly 150Hz to 6kHz. The output signal needs to be fixed at 150Hz with a duty cycle range of roughly 3-80%. There are several catches though.

The ratio between the input and output signals is not fixed. There are times where I will need the output signal to be a specific duty cycle. For example, when the devise is first turned on, I need the output signal to be at ~25% for about 3 seconds without an input signal. If after the 3 seconds there is still no input signal, I need the output to be 75% duty cycle.

Another example is that I need there to be a user-configured minimum duty cycle output. So regardless how low the input frequency gets, a user needs to be able to set a minimum duty cycle of 10%, 20%, etc.

At the same time, there needs to be a user-configured setting of when duty cycle reaches 50%. When there is an input signal, maximum duty cycle needs to be 50%. A user needs to be able to adjust when 50% is reached in the input frequency range.

Because of the complexity, I was leaning towards a programmable devise like a Parallax BASIC stamp. That way, I can program the logic that I need.

Developing this type of devise is a little bit beyond my capabilities at this time. I'm hoping that some people here can give me some ideas on how to proceed. Thanks!
 
Engineering news on Phys.org
  • #2
so::

so you need a 150 hz pulse train
with adjustable pulse width


a one shot triggered 150 times per second would set your minimum width, and 10% would be 2/3 msec;
followed by a "pulse stretcher" - 'OR' it with one of several other one shots set to whatever duty cycle you want. One of them would be variable, and one of them an "input present" detector (known in the trade as 'dead man timer' or 'frustrated one-shot'.

first task is to make yourself a table of duty cycle vs microseconds.

whether this runs on 555 timers or a "stamp" is immaterial at this point
you need to make a block diagram. Then either wire it up or write a Basic program that does the same thing.

have fun!


old jim
 
  • #3
Here is a bit more info on what I'm looking for.

flow_chart.jpg


So here is what I'm looking for as far as output duty cycle with relation to frequency when there is an input signal. Without an input signal, the output needs to be 75% aside from the 3 seconds of 25%.

example_graph.jpg


I'm leaning towards a stamp because I do have programming experience in several programming languages. However, I have no experience with 555 timers. If this can be done with 555 timers, I'm all for it. I would just need some help.
 

Related to Need help with a special type of signal converter

1. What is a signal converter and how does it work?

A signal converter is a device that converts one type of electrical signal into another. It works by taking in an input signal, processing it according to its designed function, and producing an output signal that is in a different form from the input signal.

2. What are the different types of signal converters?

There are various types of signal converters, including analog-to-digital converters, digital-to-analog converters, voltage-to-current converters, current-to-voltage converters, frequency-to-voltage converters, and many more. Each type serves a specific purpose and has its own unique design and functionality.

3. Why might I need a special type of signal converter?

A special type of signal converter may be necessary if you are working with a specific type of signal that requires a specialized conversion process. This could be due to the signal's frequency, voltage range, or other unique characteristics.

4. How do I choose the right signal converter for my needs?

When choosing a signal converter, you should consider the type of signal you need to convert, the input and output voltage or current ranges, and the required accuracy and speed of conversion. It is also important to consider the compatibility of the converter with your existing equipment and any additional features you may need.

5. Can a signal converter be used for multiple types of signals?

Some signal converters may have the capability to convert multiple types of signals, while others may only be designed for one specific type. It is important to carefully read the specifications and capabilities of a signal converter to ensure it is suitable for your needs.

Similar threads

Replies
55
Views
3K
  • Electrical Engineering
Replies
23
Views
3K
  • Electrical Engineering
Replies
32
Views
2K
Replies
4
Views
836
  • Electrical Engineering
Replies
14
Views
822
  • Electrical Engineering
Replies
10
Views
1K
Replies
20
Views
1K
  • Electrical Engineering
Replies
12
Views
1K
Replies
7
Views
2K
  • Electrical Engineering
Replies
17
Views
2K
Back
Top