Estadística
60 Preguntas
9 Respuestas
CLASIFICACIÓN
8.592
of 295.448
REPUTACIÓN
5
CONTRIBUCIONES
60 Preguntas
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
51.67%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Looking Assistance for Data Acquisition and Parallel Processing with USRP B200 in MATLAB
Hello dear MATLAB Community, I am looking for a solution to receive and save data from the USRP B200 using the USRP Communicati...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasI am getting the error message "Device discovery error: input stream error"
The errors: [ERROR] [UHD] Device discovery error: receive_from: An existing connection was forcibly closed by the remote host [...
más de 1 año hace | 0
Pregunta
Preallocating and filling long array with shorter arrays
Hello dear community, I have a question: If I want to fll an array with single values using preallocation, I do: input = zero...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Store matrixes with variable dimensions to stereo WAVE files
Hello dear experts, I want to write IQ data from radio to stereo wav-File (use WAVE like datacontainer). So I (real part) to o...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasHow to store complex double data to WAV?
I found a solution by spliting to real ang imag, save it in two different wav-files. % split data to real and imag data_I = ...
alrededor de 2 años hace | 0
Pregunta
How to store complex double data to WAV?
Hello together, I receive IQ data (real and imaginary values) from radio and save it to variable "IQ_data_before_write". The...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Why do I get additional frequencies using standard audiowrite BitsPerSample values?
Hello, I want to write spectral data to wav file and read it again. If I do some example with two sine waves, after writing+...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to display data saved with getSpectrumData? Why are saved values different from input?
Hello dear community, in my example code I create two sinus signals, display it with spectrumAnalyzer and save data to tables ...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestas"Invalid MEX-file" error while setup of "Communications Toolbox Support Package for USRP Radio" Add-on
Hello, I solve a Problem. Uninstall UHD package Open Dependency Walker inside of MATLAB: ! D:\path\to\dependencywalker\de...
más de 2 años hace | 1
| aceptada
Pregunta
"Invalid MEX-file" error while setup of "Communications Toolbox Support Package for USRP Radio" Add-on
Hello all, I want to use my Ettus research USRP B210 with Communications Toolbox Support Package for USRP Radio Addon. Whil...
más de 2 años hace | 3 respuestas | 2
3
respuestasPregunta
Compare values in two matrix with different length by time in first row
Hello, I have one aim to do comparison of values in two matrices without using for loops (array are huge). I show you exampl...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Convert cell array to matrix with two columns and sort rows by first column value
Hello, I have a large Cell array with multiple cells. Every these cells has n-rows and two columns. I want to convert this ce...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to remove outliers without using filter?
Hello, I have a measure results and there are some random outliers with a big negative or positive values (jitter of uC), ther...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Shift array to left or right, keep length and feel zero empty area
Hello, I have an array: A = [1 2 3 4 5 6 7 8 9]; I want create B array from A B = [0 0 1 2 3 4 5 6 7]; or B = [3 4 5 6 7...
casi 4 años hace | 3 respuestas | 0
3
respuestasChange output resolution by export_fig
I found it: export_fig('-m3', Full_Plot_Path_Name)
casi 4 años hace | 0
| aceptada
Pregunta
Change output resolution by export_fig
Hello, I'm trying to save my diagrams with png higher resolution, but I can't find a right code. My output looks so: expor...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Optimizing for loops by searching some data in cell arrays
Hello, I'm searching in multiple cell-array for some data: for traj_cnt = 1:size(Traj_interpl,2) %for every Traj-Cell ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
load multiple files in right order
Hello, I'm loading multiple mat-files in workspace, the names of files are: Schweben_Meg_2_2-01_SNR_-030_PLL.mat Schweben_Meg...
casi 4 años hace | 1 respuesta | 0
1
respuestawrong number of rows of cell array using length()-function
If i want to build it in my for-loop, what is the nice way to do it? Old part of code for traj_cnt = 1:length(Traj_interpl) ...
casi 4 años hace | 0
Pregunta
wrong number of rows of cell array using length()-function
Hello dear community, I get some error by using length in one Cell-Array on Traj_interpl{1,209}: for traj_cnt = 1:length(Traj_...
casi 4 años hace | 4 respuestas | 0
4
respuestasPregunta
How to avoid statistical outliers under special speed (acceleration and deceleration)
Hello dear community, I use and plot some measure data (rotating speed of 4 motors). The measures work great up to speed of 30-...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
change text colour in foreground of line plot
Hello, how can I change text color above line plot? It is possible? Its not about changin whole text color, its about just th...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Difference between errorbar and errorbarxy (function)
Hello, I'm calculating and plotting a mean-Values and standard deviation: If I plot it via errorbar, I get: .... errorbar(M1...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Better way to display lablepoints in ROC-Curve
Hello, next to data plot I print lablepoint with SNR-values. How can I display it nicer, maybe to change a label order, or colo...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Lablepoints create name with variable
Hello, simple question: SNR = -30 -15 0 15 30 I want: SNR_Name = 'SNR = -30' 'SNR = -15'...... to put ...
más de 4 años hace | 1 respuesta | 0
1
respuestaStandard deviation values are to big
Oh, mea culpa - I see, standard deviation bars are not wrong - the results from different measures are really far away from each...
más de 4 años hace | 0
Pregunta
Standard deviation values are to big
Hello, the measures on first pic is a dataset: later. I change my script and now I create a mean values (between groups 0.5m...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
save matrix in loop to 3D matrix (storage all inkomming matrix)
Hello, I read multiple .mat-files with matrix M x-y-axis (5x2doubles) and have to save it. I think, the better way is to create...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Avoid lower case in legend by plotting legend with 'DisplayName'
Hello, I have again a similar Problem, but in this case I can't separate legend, and : 'Interpreter','none' is here also not w...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Order of filenames is wrong
Hello, I have save some measures in loop with SNR = 30 SNR_steps = 15 -SNR:SNR_steps:SNR ans = -30 -15 0 15 3...
más de 4 años hace | 1 respuesta | 0