- no compile.mk

- changed call to Farrow::feed

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@988 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-15 15:20:08 +00:00
parent 8fbb3d741f
commit ec0ffd4ee1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ void Receiver::processBaseband(CVec const &iq, uint32_t len)
if (RCF_TYPE == RCF_TYPE_POLYPHASE_FARROW)
{
// Matched filtering and interpolation
m_farrow.feed(iq[n], 1);
m_farrow.feed(&iq[n], 1);
}
do