Replace the FM bandpass filter with an FIR.

This commit is contained in:
Jonathan Naylor
2024-04-30 11:58:33 +01:00
parent a79a329600
commit 7dc45b3eba
12 changed files with 199 additions and 47 deletions

View File

@@ -350,6 +350,9 @@
<ClInclude Include="SMeter.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FIR.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="BPTC19696.cpp">
@@ -658,5 +661,8 @@
<ClCompile Include="SMeter.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="FIR.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>