photo

kokila ayyanar


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

4 Fragen
0 Antworten

RANG
109.271
of 300.364

REPUTATION
0

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
25.0%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

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

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


i want to convert the following matlab code to verilog code using sysgen. i am new to sysgen.For that what is the procedure to do?
Matlab code for generating key using chaotic maps: clc; clear all; close all; maxpoints = 25; N = 3072; a =...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


i am trying to convert matlab file to verilog file.but i got the error"HDL Code generation does not support 2D-matrices as function inputs."can anyone tell me how to rectify this error.
First, i have converted the matlab to embedded matlab by using functions. This is my code UPTO COLUMN PERMUTATION: (I)M...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to find row and column number of a particular element in a matrix without giving the element directly to find the position?
for eg: i dont want this code [r,c]=find(A=="that element//eg:90")

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


i want to shuffle the pixels of an color image using keys which is generated by chaotic map.But i get black and white image instead of color image.
clc; clear all; close all; %split to rgb planes img = imread('lenacolor32.tif'); % Read image red = img(:,:,1);...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten