Hai Every one ,
I am working on project where I have to generate the audio data and apply the same to the GSM modem.
The same is fulfilled using PWM on single pin of LM4F120H5QR along with L-C Low pass filter and pushing audio data from SD card using timer at regular intervals.
Audio which I generated using the above method looks good when hearing with speakers and here is the problem when I am applying the same to the GSM modem and hearing on other subscriber end the same audio is very bad.
The reason is simple MIC+ ,MIC- of GSM modem will accept the continuous wave of Analog data but I am feeding digital sampled data on which GSM modem will apply some other DSP techniques I guess.
So is there any way to generate the continuous waveform of analog(sine wave) corresponding to the audio data using Floating Point Unit along with IQMATH Library and DMA for data feeding from SD card.
Any suggestion is highly appreciated thanks in advanced.
Kishore kedari