Community Profile

photo

Nik Rocky


Last seen: etwa 2 Monate vor Aktiv seit 2020

Statistiken

  • First Answer
  • Thankful Level 4
  • First Review

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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...

4 Monate vor | 0 Antworten | 0

0

Antworten

Beantwortet
I 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 [...

9 Monate vor | 0

Frage


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...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Beantwortet
How 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 = ...

mehr als ein Jahr vor | 0

Frage


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...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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+...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Beantwortet
"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...

mehr als ein Jahr vor | 1

| akzeptiert

Frage


"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...

mehr als ein Jahr vor | 3 Antworten | 2

3

Antworten

Frage


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...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Change output resolution by export_fig
I found it: export_fig('-m3', Full_Plot_Path_Name)

mehr als 3 Jahre vor | 0

| akzeptiert

Frage


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...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
wrong 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) ...

mehr als 3 Jahre vor | 0

Frage


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_...

mehr als 3 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


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-...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Lablepoints create name with variable
Hello, simple question: SNR = -30 -15 0 15 30 I want: SNR_Name = 'SNR = -30' 'SNR = -15'...... to put ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Standard 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...

mehr als 3 Jahre vor | 0

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden