mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
Tx ph.1: FileSink: set sample source FIFO size depending on sample rate
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ NCO::NCO()
|
||||
void NCO::setFreq(Real freq, Real sampleRate)
|
||||
{
|
||||
m_phaseIncrement = (freq * TableSize) / sampleRate;
|
||||
qDebug("NCO phase inc %d", m_phaseIncrement);
|
||||
qDebug("NCO freq: %f phase inc %d", freq, m_phaseIncrement);
|
||||
}
|
||||
|
||||
float NCO::next()
|
||||
|
||||
Reference in New Issue
Block a user