Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
ITAPropagationModels
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
ITAPropagationModels
Commits
bf80ef43
Commit
bf80ef43
authored
Jan 08, 2019
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing old diffraction filter class
parent
aec9d8b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
46 deletions
+0
-46
CMakeLists.txt
CMakeLists.txt
+0
-1
include/ITAPropagationModels/DiffractionFilter.h
include/ITAPropagationModels/DiffractionFilter.h
+0
-45
No files found.
CMakeLists.txt
View file @
bf80ef43
...
...
@@ -18,7 +18,6 @@ include_directories( "include" )
set
(
ITAPropagationModelsHeader
"include/ITAPropagationModels/Base.h"
"include/ITAPropagationModels/Definitions.h"
"include/ITAPropagationModels/DiffractionFilter.h"
"include/ITAPropagationModels/FilterEngine.h"
"include/ITAPropagationModels/Maekawa.h"
"include/ITAPropagationModels/Svensson.h"
...
...
include/ITAPropagationModels/DiffractionFilter.h
deleted
100644 → 0
View file @
aec9d8b6
/*
* ----------------------------------------------------------------
*
* ITA geometrical acoustics
* (c) Copyright Institute of Technical Acoustics (ITA)
* RWTH Aachen University, Germany, 2015-2018
*
* ----------------------------------------------------------------
* ____ __________ _______
* // / //__ ___/ // _ |
* // / // / // /_| |
* // / // / // ___ |
* //__/ //__/ //__/ |__|
*
* ----------------------------------------------------------------
*
*/
#ifndef INCLUDE_WATCHER_ITA_PROPAGATION_MODELS_DIFFRACTION_FILTER
#define INCLUDE_WATCHER_ITA_PROPAGATION_MODELS_DIFFRACTION_FILTER
#include "Definitions.h"
// ITA includes
#include <ITASampleBuffer.h>
namespace
ITAPropagationModels
{
//! Diffraction filter impulse response in time domain
/**
*
* Because only the diffraction part is described, leading
* zeros from the propagation delay is discarded in the IR.
*/
class
ITA_PROPAGATION_MODELS_API
CITADiffractionFilter
{
CITADiffractionFilter
();
ITASampleBuffer
sbFIRFilter
;
int
nLeadingZeros
;
int
nFilterLength
;
};
}
#endif // INCLUDE_WATCHER_ITA_PROPAGATION_MODELS_DIFFRACTION_FILTER
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment