Statistik
28 Fragen
0 Antworten
RANG
31.082
of 296.389
REPUTATION
1
BEITRÄGE
28 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 20.401
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 156.339
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
how to plot higher order levels of the wavelet scattering transform?
As the title says, how to I visualize with a scalogram the different outputs of the scattering transform? In the same way that i...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How many wavelets are there per filterbank?
Hello, Does anyone know how many wavelets there are per filterbank? For example, if the quality factor is 8, how many wavelets ...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
What is the scattering coefficient matrix returning when using the function FEATUREMATRIX?
smat = featureMatrix(sf,x) [smat,u] = featureMatrix(sf,x) smat = featureMatrix(___,Name,Value) I thought smat were the ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to divide matrix using mat2cell
Hello, I have a 9 matrices of size 1x21996, how can I divide the 9 matrices to be 6 of 1x3666 each? I tried this but it...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to save iterations obtained from mat2cell?
I have a cell array A made up of matrices that I want to split up so I do this loop for i = 1:numel(A) B= mat2cell( A{i},[1]...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to work with variables with different names in a loop?
Hello, I have a bunch of data taken in the lab which has names such as A1,A2... AN ... ETC. How can I work with these data...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to partition data into testing and training
Hello, I am trying to train a ML network. I am using a matlab function which partitions my data into training and testing set...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how does the frequency change when you take the details coefficients of the wavelet transform?
Hello, I am using the wavelet decomposition to get the details coefficients of my signal. From my understanding, if I had...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what's the difference bewteen the scatternign tarsnform and cwt function?
Aren't both funxtions supposed to give you the continuos wavelet transform coefficients? What's the difference between these ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why are the scalogram coefficients given in a table rather than matrix?
Hello, I am trying to get the scalogram coefficients from U, filterbank 2. s = scatteringTransform(sf,x) [s,u] = scatteringTr...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to interpret scalogram coefficients
Hello, Once I obtain the scalogram coefficients and can make an image of them with this code. [S,U] = scatteringTransform(...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is the difference between input of cell array {[Hi]} and {'Hi'}
As the title says, I have a cell array which contains data in this format {[Hi]} but I want to turn it to {'Hi'} ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I add zeros between elements of a matrix?
I have a vector [1,2,3]; and I want to obtain [1,0,2,0,3,0]; How can this be achieved?
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
What is the difference between scalogram and scatteing coeffcients??
figure scattergram(sf,U,'FilterBank',1) What's the difference between scalogram and scatterinf coefficients ? Also, w...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to get coefficients out of scattergram?
Hello, I have input a 1d signal on amplitude versus time of an ECG signal as y in the below code Fs = 12000; sf = waveletS...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to align two noise signals with different phases?
Hello, I have the two signals as shown below. These two signals are sound signal and they carry the same information, however...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Fourier Transform spatial resolution
Hello, I have a gaussian fucntion whose output image is shown below. Each index in this figure is supposed to be = 1 cm. ...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Fresnel diffraction at an angle
I have written a code for Fresnel diffraction. [M,N]=size(gaussian); %get input field array size L=8000; z=10000; dx=L/M;...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Fraunhofer diffraction of circular aperture
Hello, I am trying to see how a speckle pattern changes with distance after it scatters from a rough surface. I am using Fraun...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding a value from spectogram
I created this spectogram through a vector of amplitudes. How can I find the max(:) Power/Frequency of this graph if I wasn'...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
saving matrices with different cell sizes
Hello, I am running a for loop whose output is a matrix of different size at each iteration for c =1:1001 speckle_change...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Fraunhofer diffraction simulation in matlab
Hello, I have simulated how light would diffract by going through a phase mask. Below is the code. lambda=0.6*10^-6; % wavele...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Fraunhofer diffraction through scattering media
close all; clear all; lambda=0.6*10^-6; % wavelength, unit:m delta=80*lambda; % sampling period,unit:m z=1; % propagation dis...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to change a .txt file to a .mat file
Hello, I have a .txt file that I want to convert into a .mat file. I tried this code M = dlmread('test_background_id.txt...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
system of non linear functions
Hello, I get an error saying not enough input arguments. I literally tried to go step by step from the matlab tutorial for n...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding max value and its position in ed matrix
Hello, I know this question has alreayd been asked a million times, yet I have not managed to solve it by looking at previous...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
tresholding by summing over a dimension of a matrix
Hello, I am trying to treshold data by summing over elemtns in the third dimension of a matrix and if the sum of all elements...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
summing along 3rd dimension every 10 frames
Hello, I have a matrix of 32x32x2500. I would like to sum it along the third dimension so to have a matrix of 32x32x250 so tha...
etwa 5 Jahre vor | 3 Antworten | 0