Statistica
RANK
8.592
of 295.448
REPUTAZIONE
5
CONTRIBUTI
60 Domande
9 Risposte
ACCETTAZIONE DELLE RISPOSTE
51.67%
VOTI RICEVUTI
4
RANK
of 153.872
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa un anno fa | 0 risposte | 0
0
risposteI 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 [...
oltre un anno fa | 0
Domanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 0 risposte | 0
0
risposteHow 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 = ...
circa 2 anni fa | 0
Domanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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+...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 2 anni fa | 0 risposte | 0
0
risposte"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...
oltre 2 anni fa | 1
| accettato
Domanda
"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...
oltre 2 anni fa | 3 risposte | 2
3
risposteDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 3 risposte | 0
3
risposteChange output resolution by export_fig
I found it: export_fig('-m3', Full_Plot_Path_Name)
quasi 4 anni fa | 0
| accettato
Domanda
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...
quasi 4 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostawrong 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) ...
quasi 4 anni fa | 0
Domanda
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_...
quasi 4 anni fa | 4 risposte | 0
4
risposteDomanda
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-...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
Lablepoints create name with variable
Hello, simple question: SNR = -30 -15 0 15 30 I want: SNR_Name = 'SNR = -30' 'SNR = -15'...... to put ...
oltre 4 anni fa | 1 risposta | 0
1
rispostaStandard 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...
oltre 4 anni fa | 0
Domanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0