![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14707395_1549256168264_DEF.jpg)
Abdelwahab Afifi
Followers: 0 Following: 0
Statistik
RANG
20.507
of 297.016
REPUTATION
2
BEITRÄGE
33 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
39.39%
ERHALTENE STIMMEN
2
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
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
Obtaining CSI of the guard-band subcarrier in 5G toolbox
Is it possible to perform channel estimation for all subcarriers including (in-band & guard-band subcarriers) using 5G toolbox ?...
mehr als 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
CSI of the guard-band subcarrier in 5G channel
my ultimate goal is to use 5G toolbox to estimate the compete channel response (for in-band subcarriers & guard-band subcarrier)...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get such legend in MATLAB?
As you can see in the attached Figure, only 6 legends are used. (not 8 = number of curves). How to do so?
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot heat map using MATLAB?
I have matrix with dimensions [4096, 181], I want to draw a heatmap for such matrix as in the following figure. How can i do so?...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Training Time delay Neural Network (tdnn) using Adam optimizer
I have built the following network using tdnn class in deep learning toolbox. Now I wanna train it using 'adam' optimizer. Is it...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortHow to "prune" a one hidden layer NN such that the off diagonal elements of the weights, that is, "net.IW{1}" and "net.LW{2}", are zeros?
https://uk.mathworks.com/help/deeplearning/ref/prune.html
fast 4 Jahre vor | 0
Frage
How to train "timedelaynet" using "trainNetwork" function in Deep Learning Toolbox?
I have build a Time delay neural network and I wanna avoid use "train" function, and I want to train it using "trainNetwork" fun...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Training Time delay neural networks with Parallel and GPU Computing ?
I’m trying to speed up the training of my 'timedelaynet' by using the GPU support that ÷ get from the parallel computing toolb...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to run Python script in MATLAB?
I'm trying to run python script using MATLAB The python script code.py is used for Saving Model Weights and Architecture Togeth...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to generate wide band OFDM signal using signal aggregation method?
I'm able to genrate OFDM signal with BW=20 MHz as shown in the following figure I wanna build wide band OFDM signal by signal...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to control the stopband attenuation of the resample function ?
I'm using resample function to upsample my data. I need to increase the stop band attenuation to improve the Adjacent channel po...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I edit Live editor sheet when I access MATLAB remotely?
I use Chrome Remote Desktop to access my PC, However, when I double click any live editor sheet it appears as a white sheet and ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to build Time delay Neural network using deep learning layers?
I have built this architecture using shallow Time-Delay Neural Networks. where X and Y are the inputs which are time series ve...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to achieve the stable training for time delay neural network ?
I have build Time delay neural network The training performance is changed every time I train it. I tried to set the initial we...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
create a variable whose name is changed over iteration number in for loop ?
I have my own function that able to build and train Time delay Neural network [Trained_Model]=Train_RVTDNN(NN, Input, target); ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Deleting some layers from trained neural network model
I have trained a big neural network NN which has the structure [20 2 20] as shown in the first figure. After training, I wanna ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I freeze specific weights of Neural network model?
I need to set some specific weights before training, and keep these weights fixed during training
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
"Relu" activation function and "Adam" optimizer for Time delay neural network
I wanna design Time delay neural network, but I can't find the leaky rectified linear unit (Relu) activation function and "Adam...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Build Time delay neural network using Deep learning tool box
I wanna build my own Deep neural network which accepts two inputs and estimate two outputs. The input signals of the first layer...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
workaround for handling a large number of variables in the objective function of lsqnonlin
I want to optimize my objective function w0=zeros(m,1) [w,resnorm] = lsqnonlin(@myfun,w0) How can I dynamically define weight...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Defining my objective function using vector of variables for lsqnonlin
I wanna use lsqnonlin for estimating vector of variables of length 6 function F = myfun() global X % regression matrix of...
fast 5 Jahre vor | 0 Antworten | 1
0
Antwortenoptimization with many variables - lsqnonlin
I wanna avoid defining these large variables manually. Is there any simple method for this? x(1) x(2) x(3) ...... x(n)
fast 5 Jahre vor | 0
Frage
How to generate polynomial matrix in classification problems ?
I have the fllowing samples [1 2] , [2 0] , [1 1], [3 1], [2 3], [3 3] which correspond to labels y : {0, 0, 0, 1, 1, 1} resp...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
The Number of coefficents of Time delay neural network
for the following Time delay neural network clc; clear all; close all; [X,T] = simpleseries_dataset; net1 = timedelaynet(1:2,...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
combining two neural networks (net1 is trained & net2 is untrained) in one bigger network
I have two shallow neural network models net1, net2. I have a trained net1. Then I need to connect a net2 to a net1. Hence I ...
etwa 5 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Set a specific weight for a connection in neural networks
I have already build my neural network. I wanna set a specific weight for the conection from layer i to layer j foe example .....
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to define a multivariable function (for instance an anonymous function) of a number of variables that varies according to the size of an array variable?
I have two vectors input and output ,where is the number of samples I want to solve this problem as nonlinear least-squares...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
code gernation error using CUDA
I'm trying code generation Using the GPU Coder App as in the folowing link: https://www.mathworks.com/help/gpucoder/gs/gpu-cod...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is the problem of the Power Amplifier curve for this WCDMA measurements ?
I used the follwing link to get the data sets of input and output of PA to simluate PA model https://www.mathworks.com/help/si...
mehr als 5 Jahre vor | 0 Antworten | 0