OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subplot
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/src/modules/audio_processing/agc/main/matlab/
getGains.m
30
subplot
(121); plot(in, out); axis([-60, 0, -5, 30]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)');
31
subplot
(122); plot(in, in+out); axis([-60, 0, -60, 10]); grid on; xlabel('Input (dB)'); ylabel('Output (dB)');
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
AECMobile.m
225
subplot
(311)
230
subplot
(312)
238
subplot
(313)
258
subplot
(211)
261
subplot
(212)
/external/v8/tools/
gc-nvp-trace-processor.py
159
for
subplot
in plot:
160
if isinstance(
subplot
, Plot):
161
for item in
subplot
.items:
/external/libvpx/examples/includes/geshi/geshi/
matlab.php
138
'sub2ind','
subplot
','subspace','subvolume','sum','summer',
scilab.php
197
'subf', 'subgraph', '
subplot
', 'successors', 'sum', 'supernode', 'surf', 'surface_properties', 'sva',
/frameworks/base/tools/velocityplot/
velocityplot.py
128
# Add a
subplot
to the figure for a time series.
/external/webrtc/src/modules/audio_processing/agc/main/source/
digital_agc.c
31
//
subplot
(121); plot(in, out); axis([-30, 0, -5, 20]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)');
32
//
subplot
(122); plot(in, in+out); axis([-30, 0, -30, 5]); grid on; xlabel('Input (dB)'); ylabel('Output (dB)');
/frameworks/base/tools/orientationplot/
orientationplot.py
173
# Add a
subplot
to the figure for a time series.
Completed in 1481 milliseconds