Im hoping the analog inputs can handle AC/sound frequencys 80 - 20000 hz 50 watt “music” 25 watt RMS
this is to make a cross over ( responce frequencies for mid and tweeter together)
i was considering using a set of opamps with resister offset inputs for stepped readings on the digital inputs, it would provide a square edged result but work well enough…
all in all i need the readout in excel…
analog or digital.
also will the PWM output produce the sound signal? ive seen people on here playing tunes with it right?
im very UN-experianced with programming so the more help the better… cheers
ok then i would read a steady voltage rise across my test resistance… ok but i still could do with some help with a excel chart for the readings… ive found :
[quote]ok then i would read a steady voltage rise across my test resistance… ok but i still could do with some help with a excel chart for the readings… ive found :[/quote]You have to add a button on the Excel sheet to read the analog input value of the K8055. Every time, when the button is pressed, increment the row on the sheet where the value is read.
Now you just have to step the frequency and press the button after every frequency increment.
You’ll get the list of the data values giving you the frequency response of the filter.
Then just use the Chart Wizard to make the chart.
[quote]but this doesnt give me access to the PWM output[/quote]The PWM frequency is fixed 23.43kHz and the duty cycle is proportional to the corresponding analog output (DAC) value.
You can adjust the duty cycle by changing the analog output value.
The duty cycle is corresponding to the analog output voltage in the range 0…255
By setting the DAC output value to 127 you get the PWM ratio 50%.
In this case the PWM output pulse high time and low time are equal.
Increasing the analog output value the PWM ratio increases.
The PWM output is “active low”.
Increasing the DAC output value the PWM output pulse low time increases and high time decreases.
The PWM output is an open collector output.
You can use the function OutputAnalogChannel to set the PWM duty cycle.
In older Excel versions:
The Controls from the Forms Toolbar can be found via View>Toolbars>Forms. The chosen control can be placed on a Worksheet simply by clicking it on the Forms Toolbar then clicking any cell on the Worksheet. You will then be prompted by Excel to “Assign a Macro” to the Control. This can be done immediately or a later stage.