Hello everyone,
I want to know if it is possible developing a signal generator with arduino.
In practice:
I have a vector of values that represents a signal with more than one frequency component.(I don't want generate a simple signal, like sinusoidal or square waveform)
Arduino have to create Voltage values to drive a shaker (it is possible insert a coax connector on Arduino Board)
PS: The amplitude of the output signal is not important because the shaker have a pre-amp in its input.
Sure. Feed your values into a 12-bit DAC like MPC, let the DAC drive the table. Make the waveform as complex as you want with high frequency content when driven by SPI.
First: Thank you very much for your speedy answer.
Second: I'm a newbie in arduino world and I try to find an alternative way to a commercial signal generator. Can you tell me what model of Arduino I can use and the additional components required to implement it, please?
lollocavs:
I want to know if it is possible developing a signal generator with arduino.
Yes, it's possible.
Not a sensible first project though - it's going to be quite a demanding project with significant hardware and software elements. Do you have any experience of electronic hardware or software development?