decimation
This commit is contained in:
@ -11,6 +11,14 @@ pub struct IqChunk {
|
||||
pub samples: Vec<IqSample>,
|
||||
}
|
||||
|
||||
impl IqChunk {
|
||||
pub fn new() -> Self {
|
||||
IqChunk {
|
||||
samples: Vec::<IqSample>::new(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub struct FileSource {
|
||||
// Buffer
|
||||
pub reader: BufReader<File>,
|
||||
|
||||
Reference in New Issue
Block a user