Skip to content
Snippets Groups Projects
Commit d9ba43a7 authored by Achilles Kappis's avatar Achilles Kappis
Browse files

Change the example in Virtual Sensing README.md after changes in virtMicGeo.m...

Change the example in Virtual Sensing README.md after changes in virtMicGeo.m and added newline to separate the references correctly
parent 34589957
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ A condensed example of a very simple estimation case is shown below and more exa ...@@ -35,7 +35,7 @@ A condensed example of a very simple estimation case is shown below and more exa
% Place primary sources, physical and virtual microphones % Place primary sources, physical and virtual microphones
mPos = rcvGeo("UCA", 4, 0.5); % Omni mic positions mPos = rcvGeo("UCA", 4, 0.5); % Omni mic positions
vPos = srcGeo("Diffuse", 0, 3, 10); % Primary source positions vPos = srcGeo("Diffuse", 0, 3, 10); % Primary source positions
ePos = virtMicGeo("Grid", 2, 0, 0, 0, 11^2, "xy"); % Virtual/error mic positions on a grid ePos = virtMicGeo("Cube", [2, 2, 0], 11^2); % Virtual/error mic positions on a grid
% Calculate transfer functions % Calculate transfer functions
Pm = ptSrcField(vPos, mPos, 7.5e2); % Primary-to-monitoring transfer function (f = 750 Hz) Pm = ptSrcField(vPos, mPos, 7.5e2); % Primary-to-monitoring transfer function (f = 750 Hz)
...@@ -52,5 +52,5 @@ None. ...@@ -52,5 +52,5 @@ None.
## References ## References
[1] A. Roure, A. Albarrazin, *"The remote microphone technique for active noise control"*, Inter-Noise and Noise-Con Congress and Conference Proceedings, Active99, Fort Lauderdale FL, pp. 1233-1244(12). [1] A. Roure, A. Albarrazin, *"The remote microphone technique for active noise control"*, Inter-Noise and Noise-Con Congress and Conference Proceedings, Active99, Fort Lauderdale FL, pp. 1233-1244(12).\
[2] S. J. Elliott, J. Cheer, *"Modeling local active sound control with remote sensors in spatially random pressure fields", Journal of the Acoustical Society of America, 137, pp. 1936-1946, (2015). [2] S. J. Elliott, J. Cheer, *"Modeling local active sound control with remote sensors in spatially random pressure fields", Journal of the Acoustical Society of America, 137, pp. 1936-1946, (2015).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment