Skip to content

Commit

Permalink
Compile with decimation factor == 1.0 for sampling in the RF band.
Browse files Browse the repository at this point in the history
  • Loading branch information
pslocum committed Nov 15, 2024
1 parent 3d6cf52 commit eee7451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Test Locust
on:
pull_request:
push:
branches: [master, develop]
branches: [master, develop, feature/sampleRFBand]
tags: ['*']
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion Source/Core/LMCSignal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace locust
fState( kNotInitialized ),
fTimeSize( 0 ),
fFreqSize( 0 ),
fDecimationFactor(10),
fDecimationFactor(1),
fFreqSizeComplex( 0 ),
fDigitalSize( 0 ),
fSignalTime( NULL ),
Expand Down

0 comments on commit eee7451

Please sign in to comment.